Uses of Interface
org.reactfx.collection.ListChange
Packages that use ListChange
-
Uses of ListChange in org.reactfx.collection
Subclasses with type arguments of type ListChange in org.reactfx.collectionMethods 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 voidLiveList.addChangeObserver(Consumer<? super ListChange<? extends E>> observer) default SubscriptionLiveList.observeChanges(Consumer<? super ListChange<? extends E>> observer) static <E> SubscriptionLiveList.observeChanges(javafx.collections.ObservableList<E> list, Consumer<? super ListChange<? extends E>> observer) default voidLiveList.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)