Package org.reactfx.value
Class SuspendableValWrapper<T>
java.lang.Object
- All Implemented Interfaces:
javafx.beans.Observable,javafx.beans.value.ObservableValue<T>,Observable<Consumer<? super T>>,ProperObservable<Consumer<? super T>,,T> Suspendable,ProperVal<T>,SuspendableVal<T>,Val<T>
- Direct Known Subclasses:
SuspendableVarWrapper
class SuspendableValWrapper<T>
extends SuspendableBase<Consumer<? super T>,T,T>
implements SuspendableVal<T>, ProperVal<T>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.reactfx.SuspendableBase
initialAccumulator, isSuspended, observeInputs, reduce, suspendMethods inherited from class org.reactfx.ObservableBase
addObserver, enqueueNotifications, equals, forEachObserver, getObserverCount, hashCode, isObservingInputs, newObserver, notifyObservers, notifyObservers, observe, removeObserver, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.reactfx.Observable
addObserver, observe, removeObserverMethods inherited from interface org.reactfx.ProperObservable
defaultEquals, defaultHashCode, defaultToString, notifyObserversMethods inherited from interface org.reactfx.value.ProperVal
defaultNotificationAccumulatorMethods inherited from interface org.reactfx.Suspendable
suspend, suspendWhen, suspendWhile, suspendWhileMethods 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
-
Field Details
-
delegate
-
-
Constructor Details
-
SuspendableValWrapper
-
-
Method Details
-
getValue
- Specified by:
getValuein interfacejavafx.beans.value.ObservableValue<T>
-
sizeOf
-
headOf
-
tailOf
-