Package org.reactfx

Class SuspendableYes

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 SuspendableYes extends SuspendableBoolean
Observable boolean value that is normally true, but is false when suspended.
  • Constructor Details

    • SuspendableYes

      public SuspendableYes()
  • Method Details

    • get

      public boolean get()