Uses of Class
org.reactfx.collection.ListChangeAccumulator
Packages that use ListChangeAccumulator
-
Uses of ListChangeAccumulator in org.reactfx.collection
Methods in org.reactfx.collection that return ListChangeAccumulatorModifier and TypeMethodDescriptionListChangeAccumulator.add(QuasiListChange<? extends E> change) ListChangeAccumulator.add(QuasiListModification<? extends E> mod) ListChangeAccumulator.asListChangeAccumulator()ListModificationSequence.asListChangeAccumulator()May be destructive for this object.default ListChangeAccumulator<E> QuasiListChange.asListChangeAccumulator()ListChangeAccumulator.drop(int n) -
Uses of ListChangeAccumulator in org.reactfx.util
Methods in org.reactfx.util that return ListChangeAccumulatorModifier and TypeMethodDescriptiondefault ListChangeAccumulator<E> AccumulationFacility.ListChangeAccumulation.reduce(ListModificationSequence<E> accum, QuasiListChange<? extends E> value)