Interface ObservableSimpleValue<V>
-
- Type Parameters:
V- type of thevalue.
- All Superinterfaces:
EventSource<ObservableEvent<V>,ObservableEventListener<? super V>>,ObservableValue<V>,ReadableSimpleValue<V>,ReadableTypedValue<V>,ReadableValue<V>,Supplier<V>
- All Known Subinterfaces:
BigDecimalExpression,BigIntegerExpression,BooleanExpression,ByteExpression,DoubleExpression,FloatExpression,IntegerExpression,LongExpression,NumberExpression<N>,ObservableBigDecimalValue,ObservableBigIntegerValue,ObservableBooleanValue,ObservableByteValue,ObservableDoubleValue,ObservableFloatValue,ObservableIntegerValue,ObservableLongValue,ObservableNumberValue<N>,ObservableShortValue,ObservableStringValue,ReadableBigDecimalProperty,ReadableBigIntegerProperty,ReadableBooleanProperty,ReadableByteProperty,ReadableDoubleProperty,ReadableFloatProperty,ReadableIntegerProperty,ReadableLongProperty,ReadableNumberProperty<N>,ReadableShortProperty,ReadableSimpleProperty<V>,ReadableStringProperty,ShortExpression,StringExpression,WritableBigDecimalProperty,WritableBigIntegerProperty,WritableBooleanProperty,WritableByteProperty,WritableDoubleProperty,WritableFloatProperty,WritableIntegerProperty,WritableLongProperty,WritableNumberProperty<N>,WritableShortProperty,WritableSimpleProperty<V>,WritableStringProperty
- All Known Implementing Classes:
BigDecimalBinding,BigDecimalProperty,BigIntegerBinding,BigIntegerProperty,BooleanBinding,BooleanProperty,ByteBinding,ByteProperty,DoubleBinding,DoubleProperty,DurationInSecondsProperty,FloatBinding,FloatProperty,IdProperty,InstantProperty,IntegerBinding,IntegerProperty,LinkProperty,LocalDateProperty,LocalDateTimeProperty,LocalTimeProperty,LongBinding,LongProperty,NumberBinding,NumberProperty,ObjectProperty,OffsetDateTimeProperty,OffsetTimeProperty,RangeProperty,ShortBinding,ShortProperty,SimpleProperty,StringBinding,StringListProperty,StringProperty,TemporalProperty,ZonedDateTimeProperty
public interface ObservableSimpleValue<V> extends ObservableValue<V>, ReadableSimpleValue<V>
ObservableValuefor a simple datatype (and not acontainer value).- 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.object.ReadableSimpleValue
getAsString
-
Methods inherited from interface io.github.mmm.value.ReadableTypedValue
getValueClass
-
Methods inherited from interface io.github.mmm.value.ReadableValue
get, getSafe
-
-