Interface BooleanValue

All Superinterfaces:
BooleanSupplier, Subscribable, Value<BooleanValueChangedCallback>
All Known Subinterfaces:
SettableBooleanValue, SoloValue

public interface BooleanValue extends Value<BooleanValueChangedCallback>, BooleanSupplier
  • Method Details

    • get

      boolean get()
      Gets the current value.
      Since:
      API version 2
    • getAsBoolean

      default boolean getAsBoolean()
      Specified by:
      getAsBoolean in interface BooleanSupplier