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 SuspendableBoolean
computeValue, connect, isSuspended, noes, suspend, yesesMethods inherited from class ValBase
getValue, invalidate, newObserver, observeInputsMethods inherited from class ObservableBase
addObserver, enqueueNotifications, equals, forEachObserver, getObserverCount, hashCode, isObservingInputs, 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
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, suspendable, values
-
Constructor Details
-
SuspendableNo
public SuspendableNo()
-
-
Method Details
-
get
public boolean get()
-