Uses of Interface
org.reactfx.collection.QuasiListChange
Packages that use QuasiListChange
-
Uses of QuasiListChange in org.reactfx.collection
Classes in org.reactfx.collection that implement QuasiListChangeMethods 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) protected QuasiListChange
<? extends E> SuspendableListWrapper.headOf
(ListModificationSequence<E> accum) (package private) static <E,
F> QuasiListChange <F> MappedList.mappedChangeView
(QuasiListChange<? extends E> change, Function<? super E, ? extends F> mapper) 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) (package private) static <E,
F> QuasiListChange <F> MappedList.mappedChangeView
(QuasiListChange<? extends E> change, Function<? super E, ? extends F> mapper) void
ChangeListenerWrapper.onChange
(QuasiListChange<? extends T> change) void
ChangeObserverWrapper.onChange
(QuasiListChange<? extends T> change) void
InvalidationListenerWrapper.onChange
(QuasiListChange<? extends T> change) private void
MemoizationListImpl.MemoizedView.prepareNotifications
(QuasiListChange<? extends E> change) static <E> QuasiListChange
<E> QuasiListChange.safeCast
(QuasiListChange<? extends E> mod) private void
DynamicallyMappedList.sourceChanged
(QuasiListChange<? extends E> change) private void
MappedList.sourceChanged
(QuasiListChange<? extends E> change) private void
MemoizationListImpl.sourceChanged
(QuasiListChange<? extends E> qc) Constructors in org.reactfx.collection with parameters of type QuasiListChangeModifierConstructorDescriptionListChangeAccumulator
(QuasiListChange<E> change) QuasiListChangeImpl
(QuasiListChange<E> change) -
Uses of QuasiListChange in org.reactfx.util
Methods 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)