Interface ObservableNumberValue<N extends Number>
-
- Type Parameters:
N- type of the observablevalue.
- All Superinterfaces:
EventSource<ObservableEvent<N>,ObservableEventListener<? super N>>,ObservableSimpleValue<N>,ObservableValue<N>,ReadableNumberValue<N>,ReadableSimpleValue<N>,ReadableTypedValue<N>,ReadableValue<N>,Supplier<N>
- All Known Subinterfaces:
BigDecimalExpression,BigIntegerExpression,ByteExpression,DoubleExpression,FloatExpression,IntegerExpression,LongExpression,NumberExpression<N>,ObservableBigDecimalValue,ObservableBigIntegerValue,ObservableByteValue,ObservableDoubleValue,ObservableFloatValue,ObservableIntegerValue,ObservableLongValue,ObservableShortValue,ReadableBigDecimalProperty,ReadableBigIntegerProperty,ReadableByteProperty,ReadableDoubleProperty,ReadableFloatProperty,ReadableIntegerProperty,ReadableLongProperty,ReadableNumberProperty<N>,ReadableShortProperty,ShortExpression,WritableBigDecimalProperty,WritableBigIntegerProperty,WritableByteProperty,WritableDoubleProperty,WritableFloatProperty,WritableIntegerProperty,WritableLongProperty,WritableNumberProperty<N>,WritableShortProperty
- All Known Implementing Classes:
BigDecimalBinding,BigDecimalProperty,BigIntegerBinding,BigIntegerProperty,ByteBinding,ByteProperty,DoubleBinding,DoubleProperty,DurationInSecondsProperty,FloatBinding,FloatProperty,IntegerBinding,IntegerProperty,LongBinding,LongProperty,NumberBinding,NumberProperty,ShortBinding,ShortProperty
public interface ObservableNumberValue<N extends Number> extends ObservableSimpleValue<N>, ReadableNumberValue<N>
- Since:
- 1.0.0
-
-
Method Summary
-
Methods inherited from interface io.github.mmm.event.EventSource
addListener, addListener, addWeakListener, removeListener
-
Methods inherited from interface io.github.mmm.value.observable.ObservableValue
toString
-
Methods inherited from interface io.github.mmm.value.observable.number.ReadableNumberValue
byteValue, doubleValue, floatValue, intValue, longValue, shortValue
-
Methods inherited from interface io.github.mmm.value.observable.object.ReadableSimpleValue
getAsString
-
Methods inherited from interface io.github.mmm.value.ReadableTypedValue
getValueClass
-
Methods inherited from interface io.github.mmm.value.ReadableValue
get, getSafe
-
-