Class SuspendableListWrapper<E>

java.lang.Object
org.reactfx.ObservableBase<LiveList.Observer<? super E,?>,QuasiListChange<? extends E>>
org.reactfx.SuspendableBase<LiveList.Observer<? super E,?>,QuasiListChange<? extends E>,ListModificationSequence<E>>
org.reactfx.collection.SuspendableListWrapper<E>
All Implemented Interfaces:
Iterable<E>, Collection<E>, List<E>, SequencedCollection<E>, javafx.beans.Observable, javafx.collections.ObservableList<E>, LiveList<E>, ProperLiveList<E>, SuspendableList<E>, Guardian, ObservableList<E>, Observable, Observable<LiveList.Observer<? super E,?>>, ProperObservable<LiveList.Observer<? super E,?>,QuasiListChange<? extends E>>, Suspendable

final class SuspendableListWrapper<E> extends SuspendableBase<LiveList.Observer<? super E,?>,QuasiListChange<? extends E>,ListModificationSequence<E>> implements SuspendableList<E>, ProperLiveList<E>