Uses of Interface
org.reactfx.collection.QuasiListChange
Packages that use QuasiListChange
-
Uses of QuasiListChange in org.reactfx.collection
Subclasses with type arguments of type QuasiListChange in org.reactfx.collectionSubinterfaces with type arguments of type QuasiListChange in org.reactfx.collectionModifier and TypeInterfaceDescriptionstatic interfaceinterfaceTrait to be mixed intoObservableBaseto obtain default implementation of someLiveListmethods and get additional helper methods for implementations of proper LiveList.Methods in org.reactfx.collection that return QuasiListChangeModifier and TypeMethodDescriptionListChangeAccumulator.asListChange()ListModificationSequence.asListChange()May be destructive for this object.default QuasiListChange<E> QuasiListChange.asListChange()default QuasiListChange<E> QuasiListModification.asListChange()ListChangeAccumulator.fetch()static <E> QuasiListChange<E> QuasiListChange.from(javafx.collections.ListChangeListener.Change<? extends E> ch) default QuasiListChange<? extends E> LiveList.QuasiChangeObserver.headOf(ListModificationSequence<? extends E> mods) static <E> QuasiListChange<E> QuasiListChange.safeCast(QuasiListChange<? extends E> mod) Methods in org.reactfx.collection that return types with arguments of type QuasiListChangeModifier and TypeMethodDescriptiondefault NotificationAccumulator<LiveList.Observer<? super E, ?>, QuasiListChange<? extends E>, ?> ProperLiveList.defaultNotificationAccumulator()default EventStream<QuasiListChange<? extends E>> LiveList.quasiChanges()static <E> EventStream<QuasiListChange<? extends E>> LiveList.quasiChangesOf(javafx.collections.ObservableList<E> list) Methods in org.reactfx.collection with parameters of type QuasiListChangeModifier and TypeMethodDescriptionListChangeAccumulator.add(QuasiListChange<? extends E> change) static <E> ListChange<E> QuasiListChange.instantiate(QuasiListChange<? extends E> change, javafx.collections.ObservableList<E> list) static <E> QuasiListChange<E> QuasiListChange.safeCast(QuasiListChange<? extends E> mod) Constructors in org.reactfx.collection with parameters of type QuasiListChange -
Uses of QuasiListChange in org.reactfx.util
Subinterfaces with type arguments of type QuasiListChange in org.reactfx.utilModifier and TypeInterfaceDescriptionstatic interfaceMethods in org.reactfx.util that return types with arguments of type QuasiListChangeModifier and TypeMethodDescriptionstatic <E> NotificationAccumulator<LiveList.Observer<? super E, ?>, QuasiListChange<? extends E>, ListModificationSequence<E>> NotificationAccumulator.listNotifications()Methods in org.reactfx.util with parameters of type QuasiListChangeModifier and TypeMethodDescriptiondefault ListModificationSequence<E> AccumulationFacility.ListChangeAccumulation.initialAccumulator(QuasiListChange<? extends E> value) default ListChangeAccumulator<E> AccumulationFacility.ListChangeAccumulation.reduce(ListModificationSequence<E> accum, QuasiListChange<? extends E> value)