Uses of Class
org.reactfx.collection.ListChangeAccumulator
-
Packages that use ListChangeAccumulator Package Description org.reactfx.collection org.reactfx.util -
-
Uses of ListChangeAccumulator in org.reactfx.collection
Methods in org.reactfx.collection that return ListChangeAccumulator Modifier and Type Method Description ListChangeAccumulator<E>
ListChangeAccumulator. add(javafx.collections.ListChangeListener.Change<? extends E> change)
ListChangeAccumulator<E>
ListChangeAccumulator. add(QuasiListChange<? extends E> change)
ListChangeAccumulator<E>
ListChangeAccumulator. add(QuasiListModification<? extends E> mod)
ListChangeAccumulator<E>
ListChangeAccumulator. asListChangeAccumulator()
ListChangeAccumulator<E>
ListModificationSequence. asListChangeAccumulator()
May be destructive for this object.default ListChangeAccumulator<E>
QuasiListChange. asListChangeAccumulator()
ListChangeAccumulator<E>
ListChangeAccumulator. drop(int n)
-
Uses of ListChangeAccumulator in org.reactfx.util
Methods in org.reactfx.util that return ListChangeAccumulator Modifier and Type Method Description default ListChangeAccumulator<E>
AccumulationFacility.ListChangeAccumulation. reduce(ListModificationSequence<E> accum, QuasiListChange<? extends E> value)
-