Interface DoubleValue

All Superinterfaces:
DoubleSupplier, Subscribable, Value<DoubleValueChangedCallback>
All Known Subinterfaces:
BeatTimeValue, SettableBeatTimeValue, SettableDoubleValue

public interface DoubleValue extends Value<DoubleValueChangedCallback>, DoubleSupplier
Instances of this interface represent double values.
Since:
API version 2
  • Method Details

    • get

      double get()
      Gets the current value.
      Since:
      API version 2
    • getAsDouble

      default double getAsDouble()
      Specified by:
      getAsDouble in interface DoubleSupplier