Package org.reactfx
Class SuspendableNo
- java.lang.Object
-
- org.reactfx.ObservableBase<java.util.function.Consumer<? super T>,T>
-
- org.reactfx.value.ValBase<java.lang.Boolean>
-
- org.reactfx.SuspendableBoolean
-
- org.reactfx.SuspendableNo
-
- All Implemented Interfaces:
javafx.beans.Observable,javafx.beans.value.ObservableBooleanValue,javafx.beans.value.ObservableValue<java.lang.Boolean>,Observable<java.util.function.Consumer<? super java.lang.Boolean>>,ProperObservable<java.util.function.Consumer<? super java.lang.Boolean>,java.lang.Boolean>,Suspendable,Toggle,ProperVal<java.lang.Boolean>,Val<java.lang.Boolean>
public class SuspendableNo extends SuspendableBoolean
Observable boolean value that is normallyfalse, but istruewhen suspended.
-
-
Constructor Summary
Constructors Constructor Description SuspendableNo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanget()-
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 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
-
-