Uses of Interface
org.reactfx.collection.ListChange
Packages that use ListChange
-
Uses of ListChange in org.reactfx.collection
Methods in org.reactfx.collection that return ListChangeModifier and TypeMethodDescriptionstatic <E> ListChange
<E> QuasiListChange.instantiate
(QuasiListChange<? extends E> change, javafx.collections.ObservableList<E> list) Methods in org.reactfx.collection that return types with arguments of type ListChangeModifier and TypeMethodDescriptiondefault EventStream
<ListChange<? extends E>> LiveList.changes()
static <E> EventStream
<ListChange<? extends E>> LiveList.changesOf
(javafx.collections.ObservableList<E> list) Method parameters in org.reactfx.collection with type arguments of type ListChangeModifier and TypeMethodDescriptiondefault void
LiveList.addChangeObserver
(Consumer<? super ListChange<? extends E>> observer) default Subscription
LiveList.observeChanges
(Consumer<? super ListChange<? extends E>> observer) static <E> Subscription
LiveList.observeChanges
(javafx.collections.ObservableList<E> list, Consumer<? super ListChange<? extends E>> observer) default void
LiveList.removeChangeObserver
(Consumer<? super ListChange<? extends E>> observer) Constructor parameters in org.reactfx.collection with type arguments of type ListChangeModifierConstructorDescription(package private)
ChangeObserverWrapper
(javafx.collections.ObservableList<T> list, Consumer<? super ListChange<? extends T>> delegate)