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 QuasiListChangeSubclasses 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) 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) 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 QuasiListChangeModifierConstructorDescriptionListChangeAccumulator(QuasiListChange<E> change) QuasiListChangeImpl(QuasiListChange<E> change) -
Uses of QuasiListChange in org.reactfx.util
Subclasses with type arguments of type QuasiListChange in org.reactfx.utilSubinterfaces 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)