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 LiveListMethods 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()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