Package org.reactfx
Class SuspendableNo
- 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
false, but is true
when suspended.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.reactfx.SuspendableBoolean
computeValue, connect, isSuspended, noes, suspend, yesesMethods inherited from class org.reactfx.value.ValBase
getValue, invalidate, newObserver, observeInputsMethods inherited from class org.reactfx.ObservableBase
addObserver, enqueueNotifications, equals, forEachObserver, getObserverCount, hashCode, isObservingInputs, 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 javafx.beans.value.ObservableValue
getValueMethods inherited from interface org.reactfx.ProperObservable
defaultEquals, defaultHashCode, defaultToString, notifyObserversMethods inherited from interface org.reactfx.value.ProperVal
defaultNotificationAccumulatorMethods inherited from interface org.reactfx.Suspendable
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
-
Constructor Details
-
SuspendableNo
public SuspendableNo()
-
-
Method Details
-
get
public boolean get()
-