Uses of Interface
org.reactfx.collection.QuasiListModification
Packages that use QuasiListModification
-
Uses of QuasiListModification in org.reactfx.collection
Classes in org.reactfx.collection that implement QuasiListModificationSubclasses with type arguments of type QuasiListModification in org.reactfx.collectionSubinterfaces with type arguments of type QuasiListModification in org.reactfx.collectionModifier and TypeInterfaceDescriptioninterfaceCommon supertype forQuasiListChangeandListChangeAccumulator.static interfaceMethods in org.reactfx.collection that return QuasiListModificationModifier and TypeMethodDescriptionprivate static <E> QuasiListModification<E> ListChangeAccumulator.combine(QuasiListModification<? extends E> former, QuasiListModification<? extends E> latter) default QuasiListModification<E> ProperLiveList.contentReplacement(List<E> removed) static <E> QuasiListModification<E> static <E> QuasiListModification<E> ProperLiveList.elemInsertion(int index) static <E> QuasiListModification<E> ProperLiveList.elemRemoval(int index, E removed) static <E> QuasiListModification<E> ProperLiveList.elemReplacement(int index, E replaced) static <E, F extends E>
QuasiListModification<E> QuasiListModification.fromCurrentStateOf(javafx.collections.ListChangeListener.Change<F> ch) default QuasiListModification<? extends E> LiveList.QuasiModificationObserver.headOf(ListModificationSequence<? extends E> mods) private static <E> QuasiListModification<? extends E> ListChangeAccumulator.join(List<QuasiListModification<? extends E>> mods, List<? extends E> gone, int goneOffset) static <E> QuasiListModification<E> ProperLiveList.rangeInsertion(int index, int size) static <E> QuasiListModification<E> ProperLiveList.rangeRemoval(int index, List<E> removed) Methods in org.reactfx.collection that return types with arguments of type QuasiListModificationModifier and TypeMethodDescriptionList<QuasiListModification<? extends E>> ListChangeAccumulator.getModifications()List<QuasiListModification<? extends E>> QuasiListChangeImpl.getModifications()default EventStream<QuasiListModification<? extends E>> LiveList.quasiModifications()Methods in org.reactfx.collection with parameters of type QuasiListModificationModifier and TypeMethodDescriptionListChangeAccumulator.add(QuasiListModification<? extends E> mod) private static <E> QuasiListModification<E> ListChangeAccumulator.combine(QuasiListModification<? extends E> former, QuasiListModification<? extends E> latter) default voidProperLiveList.fireModification(QuasiListModification<? extends E> mod) static <E> ListModification<E> QuasiListModification.instantiate(QuasiListModification<? extends E> template, javafx.collections.ObservableList<E> list) static <E> MaterializedListModification<E> QuasiListModification.materialize(QuasiListModification<? extends E> template, javafx.collections.ObservableList<E> list) voidModificationObserverWrapper.onChange(QuasiListModification<? extends T> change) private voidMemoizationListImpl.MemoizedView.prepareNotifications(QuasiListModification<? extends E> mod) Method parameters in org.reactfx.collection with type arguments of type QuasiListModificationModifier and TypeMethodDescriptionprivate static <E> QuasiListModification<? extends E> ListChangeAccumulator.join(List<QuasiListModification<? extends E>> mods, List<? extends E> gone, int goneOffset)