Package org.reactfx

Class 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 normally false, but is true when suspended.
    • Constructor Detail

      • SuspendableNo

        public SuspendableNo()
    • Method Detail

      • get

        public boolean get()