Uses of Interface
org.reactfx.collection.ListModificationSequence
-
Packages that use ListModificationSequence Package Description org.reactfx.collection org.reactfx.util -
-
Uses of ListModificationSequence in org.reactfx.collection
Subinterfaces of ListModificationSequence in org.reactfx.collection Modifier and Type Interface Description interfaceQuasiListChange<E>Classes in org.reactfx.collection that implement ListModificationSequence Modifier and Type Class Description classListChangeAccumulator<E>(package private) classQuasiListChangeImpl<E>Methods in org.reactfx.collection that return ListModificationSequence Modifier and Type Method Description <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 ListModificationSequence Modifier and Type Method Description OLiveList.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)AccumulatorSizeLiveList.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
Methods in org.reactfx.util that return ListModificationSequence Modifier and Type Method Description default 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 ListModificationSequence Modifier and Type Method Description static <E> NotificationAccumulator<LiveList.Observer<? super E,?>,QuasiListChange<? extends E>,ListModificationSequence<E>>NotificationAccumulator. listNotifications()Methods in org.reactfx.util with parameters of type ListModificationSequence Modifier and Type Method Description protected java.lang.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 <O> java.lang.RunnableListNotifications. takeHead(LiveList.Observer<? super E,O> observer, ListModificationSequence<E> mods)
-