Interface ObservableTemporalValue<V extends Temporal>
-
- Type Parameters:
V- type of thevalue.
- All Superinterfaces:
EventSource<ObservableEvent<V>,ObservableEventListener<? super V>>,ObservableObjectValue<V>,ObservableValue<V>,ReadableObjectValue<V>,ReadableSimpleValue<V>,ReadableTemporalValue<V>,ReadableTypedObjectValue<V>,ReadableTypedValue<V>,ReadableValue<V>,Supplier<V>
- All Known Subinterfaces:
InstantExpression,LocalDateExpression,LocalDateTimeExpression,LocalTimeExpression,ObservableInstantValue,ObservableLocalDateTimeValue,ObservableLocalDateValue,ObservableLocalTimeValue,ObservableOffsetDateTimeValue,ObservableOffsetTimeValue,ObservableZonedDateTimeValue,OffsetDateTimeExpression,OffsetTimeExpression,ReadableInstantProperty,ReadableLocalDateProperty,ReadableLocalDateTimeProperty,ReadableLocalTimeProperty,ReadableOffsetDateTimeProperty,ReadableOffsetTimeProperty,ReadableZonedDateTimeProperty,WritableInstantProperty,WritableLocalDateProperty,WritableLocalDateTimeProperty,WritableLocalTimeProperty,WritableOffsetDateTimeProperty,WritableOffsetTimeProperty,WritableZonedDateTimeProperty,ZonedDateTimeExpression
- All Known Implementing Classes:
InstantBinding,InstantProperty,LocalDateBinding,LocalDateProperty,LocalDateTimeBinding,LocalDateTimeProperty,LocalTimeBinding,LocalTimeProperty,OffsetDateTimeBinding,OffsetDateTimeBinding,OffsetDateTimeProperty,OffsetTimeProperty,ZonedDateTimeBinding,ZonedDateTimeProperty
public interface ObservableTemporalValue<V extends Temporal> extends ObservableObjectValue<V>, ReadableTemporalValue<V>
- 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.ReadableObjectValue
getSafe, getValue
-
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
-
-