Package org.reactfx
Class SuspendableYes
- All Implemented Interfaces:
javafx.beans.Observable
,javafx.beans.value.ObservableBooleanValue
,javafx.beans.value.ObservableValue<Boolean>
,Observable<Consumer<? super Boolean>>
,ProperObservable<Consumer<? super Boolean>,
,Boolean> Suspendable
,Toggle
,ProperVal<Boolean>
,Val<Boolean>
Observable boolean value that is normally
true
, but is false
when suspended.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.reactfx.SuspendableBoolean
computeValue, connect, isSuspended, noes, suspend, yeses
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 javafx.beans.value.ObservableValue
getValue
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
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
-
Constructor Details
-
SuspendableYes
public SuspendableYes()
-
-
Method Details
-
get
public boolean get()
-