Interface BooleanValue
- All Superinterfaces:
BooleanSupplier,Subscribable,Value<BooleanValueChangedCallback>
- All Known Subinterfaces:
SettableBooleanValue,SoloValue
-
Method Summary
Methods inherited from interface com.bitwig.extension.controller.api.Subscribable
isSubscribed, setIsSubscribed, subscribe, unsubscribeMethods inherited from interface com.bitwig.extension.controller.api.Value
addValueObserver, markInterested
-
Method Details
-
get
boolean get()Gets the current value.- Since:
- API version 2
-
getAsBoolean
default boolean getAsBoolean()- Specified by:
getAsBooleanin interfaceBooleanSupplier
-