Interface ProperLiveList<E>

All Superinterfaces:
Collection<E>, Iterable<E>, List<E>, LiveList<E>, javafx.beans.Observable, Observable<LiveList.Observer<? super E,?>>, javafx.collections.ObservableList<E>, ProperObservable<LiveList.Observer<? super E,?>,QuasiListChange<? extends E>>, SequencedCollection<E>
All Known Implementing Classes:
DynamicallyMappedList, LiveArrayList, LiveListBase, MappedList, MemoizationListImpl, MemoizationListImpl.MemoizedView, SuspendableListWrapper, ValAsList

public interface ProperLiveList<E> extends LiveList<E>, ProperObservable<LiveList.Observer<? super E,?>,QuasiListChange<? extends E>>
Trait to be mixed into ObservableBase to obtain default implementation of some LiveList methods and get additional helper methods for implementations of proper LiveList.