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>

public class SuspendableNo extends SuspendableBoolean
Observable boolean value that is normally false, but is true when suspended.
  • Constructor Details

    • SuspendableNo

      public SuspendableNo()
  • Method Details

    • get

      public boolean get()