Interface ReadableFloatValue
- All Superinterfaces:
ReadableNumberValue<Float>,ReadableSimpleValue<Float>,ReadableTypedValue<Float>,ReadableValue<Float>,Supplier<Float>
- All Known Subinterfaces:
FloatExpression,ObservableFloatValue,WritableFloatValue
- All Known Implementing Classes:
FloatBinding
- Since:
- 1.0.0
-
Method Summary
Methods inherited from interface io.github.mmm.value.observable.number.ReadableNumberValue
byteValue, doubleValue, floatValue, intValue, longValue, shortValueMethods inherited from interface io.github.mmm.value.observable.object.ReadableSimpleValue
getAsStringMethods inherited from interface io.github.mmm.value.ReadableValue
get
-
Method Details
-
getValueClass
- Specified by:
getValueClassin interfaceReadableTypedValue<Float>
-
getValue
default float getValue()- Returns:
- the current value as primitive. Will be
0if undefined.
-
getSafe
- Specified by:
getSafein interfaceReadableValue<Float>
-