Interface ReadableBooleanValue
- All Superinterfaces:
ReadableSimpleValue<Boolean>,ReadableTypedValue<Boolean>,ReadableValue<Boolean>,Supplier<Boolean>
- All Known Subinterfaces:
BooleanExpression,ObservableBooleanValue,WritableBooleanValue
- All Known Implementing Classes:
BooleanBinding
- Since:
- 1.0.0
-
Method Summary
Methods inherited from interface io.github.mmm.value.observable.object.ReadableSimpleValue
getAsStringMethods inherited from interface io.github.mmm.value.ReadableValue
get, getSafe
-
Method Details
-
getValueClass
- Specified by:
getValueClassin interfaceReadableTypedValue<Boolean>
-
getValue
default boolean getValue()- Returns:
- the current value as primitive
boolean. - See Also:
-
getFallbackSafeValue
- Specified by:
getFallbackSafeValuein interfaceReadableValue<Boolean>
-