Uses of Interface
org.reactfx.collection.QuasiListModification
Packages that use QuasiListModification
-
Uses of QuasiListModification in org.reactfx.collection
Subinterfaces with type arguments of type QuasiListModification in org.reactfx.collectionModifier and TypeInterfaceDescriptioninterfaceCommon supertype forQuasiListChangeandListChangeAccumulator.static interfaceMethods in org.reactfx.collection that return QuasiListModificationModifier and TypeMethodDescriptiondefault 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) 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()default EventStream<QuasiListModification<? extends E>> LiveList.quasiModifications()Methods in org.reactfx.collection with parameters of type QuasiListModificationModifier and TypeMethodDescriptionListChangeAccumulator.add(QuasiListModification<? extends E> mod) 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)