Interface ReadableByteValue
- All Superinterfaces:
ReadableNumberValue<Byte>,ReadableSimpleValue<Byte>,ReadableTypedValue<Byte>,ReadableValue<Byte>,Supplier<Byte>
- All Known Subinterfaces:
ByteExpression,ObservableByteValue,WritableByteValue
- All Known Implementing Classes:
ByteBinding
- 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, getSafe
-
Method Details
-
getValueClass
- Specified by:
getValueClassin interfaceReadableTypedValue<Byte>
-
getValue
default byte getValue()- Returns:
- the current value as primitive. Will be
0if undefined.
-
getFallbackSafeValue
- Specified by:
getFallbackSafeValuein interfaceReadableValue<Byte>
-