Uses of Interface
org.reactfx.collection.ListModification
Packages that use ListModification
-
Uses of ListModification in org.reactfx
Methods in org.reactfx that return types with arguments of type ListModificationModifier and TypeMethodDescriptionstatic <T> EventStream<ListModification<? extends T>> EventStreams.simpleChangesOf(javafx.collections.ObservableList<T> list) Use only when the subscriber does not causelistmodification of the underlying list. -
Uses of ListModification in org.reactfx.collection
Classes in org.reactfx.collection that implement ListModificationMethods in org.reactfx.collection that return ListModificationModifier and TypeMethodDescriptiondefault ListModification<E> QuasiListModification.instantiate(javafx.collections.ObservableList<E> list) static <E> ListModification<E> QuasiListModification.instantiate(QuasiListModification<? extends E> template, javafx.collections.ObservableList<E> list) ListModification.trim()ListModificationImpl.trim()Methods in org.reactfx.collection that return types with arguments of type ListModificationModifier and TypeMethodDescriptiondefault EventStream<ListModification<? extends E>> LiveList.modifications()Method parameters in org.reactfx.collection with type arguments of type ListModificationModifier and TypeMethodDescriptiondefault voidLiveList.addModificationObserver(Consumer<? super ListModification<? extends E>> observer) default SubscriptionLiveList.observeModifications(Consumer<? super ListModification<? extends E>> observer) default voidLiveList.removeModificationObserver(Consumer<? super ListModification<? extends E>> observer) Constructor parameters in org.reactfx.collection with type arguments of type ListModificationModifierConstructorDescription(package private)ModificationObserverWrapper(javafx.collections.ObservableList<T> list, Consumer<? super ListModification<? extends T>> delegate)