Class SuspendableVarWrapper<T>
java.lang.Object
org.reactfx.ObservableBase<Consumer<? super T>, T>
org.reactfx.SuspendableBase<Consumer<? super T>, T, T>
org.reactfx.value.SuspendableValWrapper<T>
org.reactfx.value.SuspendableVarWrapper<T>
- All Implemented Interfaces:
javafx.beans.Observable, javafx.beans.property.Property<T>, javafx.beans.property.ReadOnlyProperty<T>, javafx.beans.value.ObservableValue<T>, javafx.beans.value.WritableValue<T>, Observable<Consumer<? super T>>, ProperObservable<Consumer<? super T>, T>, Suspendable, ProperVal<T>, SuspendableVal<T>, SuspendableVar<T>, Val<T>, Var<T>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class SuspendableValWrapper
getValue, headOf, sizeOf, tailOfMethods inherited from class SuspendableBase
initialAccumulator, isSuspended, observeInputs, reduce, suspendMethods inherited from class ObservableBase
addObserver, enqueueNotifications, equals, forEachObserver, getObserverCount, hashCode, isObservingInputs, newObserver, notifyObservers, notifyObservers, observe, removeObserver, toStringMethods inherited from interface Observable
addObserver, observe, removeObserverMethods inherited from interface javafx.beans.value.ObservableValue
getValueMethods inherited from interface ProperObservable
defaultEquals, defaultHashCode, defaultToString, notifyObserversMethods inherited from interface ProperVal
defaultNotificationAccumulatorMethods inherited from interface Suspendable
suspend, suspendWhen, suspendWhile, suspendWhileMethods inherited from interface 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, valuesMethods inherited from interface Var
bindBidirectional, getBean, getName, mapBidirectional, suspendable, unbindBidirectionalMethods inherited from interface javafx.beans.value.WritableValue
getValue