Uses of Interface
org.reactfx.collection.LiveList
Packages that use LiveList
-
Uses of LiveList in org.reactfx.collection
Subinterfaces of LiveList in org.reactfx.collectionModifier and TypeInterfaceDescriptioninterfaceinterfaceTrait to be mixed intoObservableBaseto obtain default implementation of someLiveListmethods and get additional helper methods for implementations of proper LiveList.interfaceClasses in org.reactfx.collection that implement LiveListModifier and TypeClassDescription(package private) classfinal classclassLiveListBase<E>(package private) classMappedList<E,F> (package private) classprivate class(package private) final class(package private) classValAsList<T>Methods in org.reactfx.collection that return LiveListModifier and TypeMethodDescriptiondefault <F> LiveList<F> static <E,F> LiveList <F> LiveList.map(javafx.collections.ObservableList<? extends E> list, Function<? super E, ? extends F> f) default <F> LiveList<F> LiveList.mapDynamic(javafx.beans.value.ObservableValue<? extends Function<? super E, ? extends F>> f) static <E,F> LiveList <F> LiveList.mapDynamic(javafx.collections.ObservableList<? extends E> list, javafx.beans.value.ObservableValue<? extends Function<? super E, ? extends F>> f) MemoizationList.memoizedItems()MemoizationListImpl.memoizedItems()static <E> LiveList<E> LiveList.wrapVal(javafx.beans.value.ObservableValue<E> obs) Returns a LiveList view of the given ObservableValueobs. -
Uses of LiveList in org.reactfx.value
Methods in org.reactfx.value that return LiveList