Uses of Interface
org.reactfx.collection.LiveList.QuasiModificationObserver
Packages that use LiveList.QuasiModificationObserver
-
Uses of LiveList.QuasiModificationObserver in org.reactfx.collection
Classes in org.reactfx.collection that implement LiveList.QuasiModificationObserverMethods in org.reactfx.collection with parameters of type LiveList.QuasiModificationObserverModifier and TypeMethodDescriptiondefault void
LiveList.addQuasiModificationObserver
(LiveList.QuasiModificationObserver<? super E> observer) default Subscription
LiveList.observeQuasiModifications
(LiveList.QuasiModificationObserver<? super E> observer) default void
LiveList.removeQuasiModificationObserver
(LiveList.QuasiModificationObserver<? super E> observer)