Interface LiveList.Observer<E,O>
- All Known Subinterfaces:
LiveList.QuasiChangeObserver<E>, LiveList.QuasiModificationObserver<E>
- All Known Implementing Classes:
ChangeListenerWrapper, ChangeObserverWrapper, InvalidationListenerWrapper, ModificationObserverWrapper
public static interface LiveList.Observer<E,O>
-
Method Summary
Modifier and TypeMethodDescriptionheadOf(ListModificationSequence<? extends E> mods) voidsizeOf(ListModificationSequence<? extends E> mods) <F extends E>
ListModificationSequence<F> tailOf(ListModificationSequence<F> mods)
-
Method Details
-
sizeOf
-
headOf
-
tailOf
-
onChange
-