Uses of Interface
org.reactfx.collection.QuasiListChange
-
Packages that use QuasiListChange Package Description org.reactfx.collection org.reactfx.util -
-
Uses of QuasiListChange in org.reactfx.collection
Classes in org.reactfx.collection that implement QuasiListChange Modifier and Type Class Description (package private) classQuasiListChangeImpl<E>Methods in org.reactfx.collection that return QuasiListChange Modifier and Type Method Description QuasiListChange<E>ListChangeAccumulator. asListChange()QuasiListChange<E>ListModificationSequence. asListChange()May be destructive for this object.default QuasiListChange<E>QuasiListChange. asListChange()default QuasiListChange<E>QuasiListModification. asListChange()QuasiListChange<E>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, java.util.function.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 QuasiListChange Modifier and Type Method Description default 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 QuasiListChange Modifier and Type Method Description ListChangeAccumulator<E>ListChangeAccumulator. 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, java.util.function.Function<? super E,? extends F> mapper)voidChangeListenerWrapper. onChange(QuasiListChange<? extends T> change)voidChangeObserverWrapper. onChange(QuasiListChange<? extends T> change)voidInvalidationListenerWrapper. onChange(QuasiListChange<? extends T> change)private voidMemoizationListImpl.MemoizedView. prepareNotifications(QuasiListChange<? extends E> change)static <E> QuasiListChange<E>QuasiListChange. safeCast(QuasiListChange<? extends E> mod)private voidDynamicallyMappedList. sourceChanged(QuasiListChange<? extends E> change)private voidMappedList. sourceChanged(QuasiListChange<? extends E> change)private voidMemoizationListImpl. sourceChanged(QuasiListChange<? extends E> qc)Constructors in org.reactfx.collection with parameters of type QuasiListChange Constructor Description ListChangeAccumulator(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 QuasiListChange Modifier and Type Method Description static <E> NotificationAccumulator<LiveList.Observer<? super E,?>,QuasiListChange<? extends E>,ListModificationSequence<E>>NotificationAccumulator. listNotifications()Methods in org.reactfx.util with parameters of type QuasiListChange Modifier and Type Method Description default ListModificationSequence<E>AccumulationFacility.ListChangeAccumulation. initialAccumulator(QuasiListChange<? extends E> value)default ListChangeAccumulator<E>AccumulationFacility.ListChangeAccumulation. reduce(ListModificationSequence<E> accum, QuasiListChange<? extends E> value)
-