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 TypeInterfaceDescriptioninterface
interface
Trait to be mixed intoObservableBase
to obtain default implementation of someLiveList
methods and get additional helper methods for implementations of proper LiveList.interface
Classes in org.reactfx.collection that implement LiveListModifier and TypeClassDescription(package private) class
final class
class
LiveListBase<E>
(package private) class
MappedList<E,
F> (package private) class
private class
(package private) final class
(package private) class
ValAsList<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