Class ListChangeAccumulator<E>

java.lang.Object
org.reactfx.collection.ListChangeAccumulator<E>
All Implemented Interfaces:
Iterable<QuasiListModification<? extends E>>, AbstractListModificationSequence<E,QuasiListModification<? extends E>>, ListModificationSequence<E>

public final class ListChangeAccumulator<E> extends Object implements ListModificationSequence<E>