Package org.reactfx.value
Class FlatMappedVal<T,U,O extends javafx.beans.value.ObservableValue<U>>
java.lang.Object
org.reactfx.ObservableBase<Consumer<? super U>,U>
org.reactfx.value.ValBase<U>
org.reactfx.value.FlatMapped<T,U,O>
org.reactfx.value.FlatMappedVal<T,U,O>
- All Implemented Interfaces:
javafx.beans.Observable
,javafx.beans.value.ObservableValue<U>
,Observable<Consumer<? super U>>
,ProperObservable<Consumer<? super U>,
,U> ProperVal<U>
,Val<U>
-
Field Summary
Fields inherited from class org.reactfx.value.FlatMapped
src
-
Constructor Summary
ConstructorsConstructorDescriptionFlatMappedVal
(javafx.beans.value.ObservableValue<T> src, Function<? super T, O> f) -
Method Summary
Methods inherited from class org.reactfx.value.FlatMapped
computeValue, connect
Methods inherited from class org.reactfx.value.ValBase
getValue, invalidate, newObserver, observeInputs
Methods inherited from class org.reactfx.ObservableBase
addObserver, enqueueNotifications, equals, forEachObserver, getObserverCount, hashCode, isObservingInputs, notifyObservers, notifyObservers, observe, removeObserver, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.reactfx.Observable
addObserver, observe, removeObserver
Methods inherited from interface org.reactfx.ProperObservable
defaultEquals, defaultHashCode, defaultToString, notifyObservers
Methods inherited from interface org.reactfx.value.ProperVal
defaultNotificationAccumulator
Methods inherited from interface org.reactfx.value.Val
addInvalidationObserver, addListener, addListener, animate, animate, asList, asVar, changes, conditionOn, conditionOnShowing, filter, flatMap, getOpt, getOrElse, getOrSupply, getOrThrow, ifPresent, invalidations, isEmpty, isPresent, map, mapDynamic, observeChanges, observeInvalidations, orElse, orElseConst, pin, removeInvalidationObserver, removeListener, removeListener, selectVar, selectVar, suspendable, values
-
Constructor Details
-
FlatMappedVal
-