Uses of Interface
org.reactfx.collection.ListModificationSequence
Packages that use ListModificationSequence
-
Uses of ListModificationSequence in org.reactfx.collection
Subinterfaces of ListModificationSequence in org.reactfx.collectionClasses in org.reactfx.collection that implement ListModificationSequenceModifier and TypeClassDescriptionfinal class(package private) final classSubclasses with type arguments of type ListModificationSequence in org.reactfx.collectionMethods in org.reactfx.collection that return ListModificationSequenceModifier and TypeMethodDescription<F extends E>
ListModificationSequence<F> LiveList.Observer.tailOf(ListModificationSequence<F> mods) default <F extends E>
ListModificationSequence<F> LiveList.QuasiChangeObserver.tailOf(ListModificationSequence<F> mods) default <F extends E>
ListModificationSequence<F> LiveList.QuasiModificationObserver.tailOf(ListModificationSequence<F> mods) protected ListModificationSequence<E> SuspendableListWrapper.tailOf(ListModificationSequence<E> accum) Methods in org.reactfx.collection with parameters of type ListModificationSequenceModifier and TypeMethodDescriptionLiveList.Observer.headOf(ListModificationSequence<? extends E> mods) default QuasiListChange<? extends E> LiveList.QuasiChangeObserver.headOf(ListModificationSequence<? extends E> mods) default QuasiListModification<? extends E> LiveList.QuasiModificationObserver.headOf(ListModificationSequence<? extends E> mods) protected QuasiListChange<? extends E> SuspendableListWrapper.headOf(ListModificationSequence<E> accum) LiveList.Observer.sizeOf(ListModificationSequence<? extends E> mods) default AccumulatorSizeLiveList.QuasiChangeObserver.sizeOf(ListModificationSequence<? extends E> mods) default AccumulatorSizeLiveList.QuasiModificationObserver.sizeOf(ListModificationSequence<? extends E> mods) protected AccumulatorSizeSuspendableListWrapper.sizeOf(ListModificationSequence<E> accum) <F extends E>
ListModificationSequence<F> LiveList.Observer.tailOf(ListModificationSequence<F> mods) default <F extends E>
ListModificationSequence<F> LiveList.QuasiChangeObserver.tailOf(ListModificationSequence<F> mods) default <F extends E>
ListModificationSequence<F> LiveList.QuasiModificationObserver.tailOf(ListModificationSequence<F> mods) protected ListModificationSequence<E> SuspendableListWrapper.tailOf(ListModificationSequence<E> accum) -
Uses of ListModificationSequence in org.reactfx.util
Subclasses with type arguments of type ListModificationSequence in org.reactfx.utilSubinterfaces with type arguments of type ListModificationSequence in org.reactfx.utilModifier and TypeInterfaceDescriptionstatic interfaceMethods in org.reactfx.util that return ListModificationSequenceModifier and TypeMethodDescriptiondefault ListModificationSequence<E> AccumulationFacility.ListChangeAccumulation.initialAccumulator(QuasiListChange<? extends E> value) protected ListModificationSequence<E> ListNotifications.tail(LiveList.Observer<? super E, ?> observer, ListModificationSequence<E> mods) Methods in org.reactfx.util that return types with arguments of type ListModificationSequenceModifier and TypeMethodDescriptionstatic <E> NotificationAccumulator<LiveList.Observer<? super E, ?>, QuasiListChange<? extends E>, ListModificationSequence<E>> NotificationAccumulator.listNotifications()Methods in org.reactfx.util with parameters of type ListModificationSequenceModifier and TypeMethodDescriptionprotected RunnableListNotifications.head(LiveList.Observer<? super E, ?> observer, ListModificationSequence<E> mods) default ListChangeAccumulator<E> AccumulationFacility.ListChangeAccumulation.reduce(ListModificationSequence<E> accum, QuasiListChange<? extends E> value) protected AccumulatorSizeListNotifications.size(LiveList.Observer<? super E, ?> observer, ListModificationSequence<E> accumulatedValue) protected ListModificationSequence<E> ListNotifications.tail(LiveList.Observer<? super E, ?> observer, ListModificationSequence<E> mods) private final <O> RunnableListNotifications.takeHead(LiveList.Observer<? super E, O> observer, ListModificationSequence<E> mods)