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, suspend
Methods inherited from class org.reactfx.ObservableBase
addObserver, enqueueNotifications, equals, forEachObserver, getObserverCount, hashCode, isObservingInputs, newObserver, 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.Suspendable
suspend, suspendWhen, suspendWhile, suspendWhile
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
-
Field Details
-
delegate
-
-
Constructor Details
-
SuspendableValWrapper
-
-
Method Details
-
getValue
- Specified by:
getValue
in interfacejavafx.beans.value.ObservableValue<T>
-
sizeOf
-
headOf
-
tailOf
-