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 interface
QuasiListChange<E>
Classes in org.reactfx.collection that implement ListModificationSequence Modifier and Type Class Description class
ListChangeAccumulator<E>
(package private) class
QuasiListChangeImpl<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 O
LiveList.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)
AccumulatorSize
LiveList.Observer. sizeOf(ListModificationSequence<? extends E> mods)
default AccumulatorSize
LiveList.QuasiChangeObserver. sizeOf(ListModificationSequence<? extends E> mods)
default AccumulatorSize
LiveList.QuasiModificationObserver. sizeOf(ListModificationSequence<? extends E> mods)
protected AccumulatorSize
SuspendableListWrapper. 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.Runnable
ListNotifications. head(LiveList.Observer<? super E,?> observer, ListModificationSequence<E> mods)
default ListChangeAccumulator<E>
AccumulationFacility.ListChangeAccumulation. reduce(ListModificationSequence<E> accum, QuasiListChange<? extends E> value)
protected AccumulatorSize
ListNotifications. 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.Runnable
ListNotifications. takeHead(LiveList.Observer<? super E,O> observer, ListModificationSequence<E> mods)
-