Uses of Interface
org.reactfx.collection.LiveList
-
Packages that use LiveList Package Description org.reactfx.collection org.reactfx.value -
-
Uses of LiveList in org.reactfx.collection
Subinterfaces of LiveList in org.reactfx.collection Modifier and Type Interface Description interfaceMemoizationList<E>interfaceProperLiveList<E>Trait to be mixed intoObservableBaseto obtain default implementation of someLiveListmethods and get additional helper methods for implementations of proper LiveList.interfaceSuspendableList<E>Classes in org.reactfx.collection that implement LiveList Modifier and Type Class Description (package private) classDynamicallyMappedList<E,F>classLiveArrayList<E>classLiveListBase<E>(package private) classMappedList<E,F>(package private) classMemoizationListImpl<E>private classMemoizationListImpl.MemoizedView(package private) classSuspendableListWrapper<E>(package private) classValAsList<T>Methods in org.reactfx.collection that return LiveList Modifier and Type Method Description default <F> LiveList<F>LiveList. map(java.util.function.Function<? super E,? extends F> f)static <E,F>
LiveList<F>LiveList. map(javafx.collections.ObservableList<? extends E> list, java.util.function.Function<? super E,? extends F> f)default <F> LiveList<F>LiveList. mapDynamic(javafx.beans.value.ObservableValue<? extends java.util.function.Function<? super E,? extends F>> f)static <E,F>
LiveList<F>LiveList. mapDynamic(javafx.collections.ObservableList<? extends E> list, javafx.beans.value.ObservableValue<? extends java.util.function.Function<? super E,? extends F>> f)LiveList<E>MemoizationList. memoizedItems()LiveList<E>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 Modifier and Type Method Description default LiveList<T>Val. asList()
-