Interface ReadableTemporalValue<V extends Temporal>
-
- Type Parameters:
V- type of thevalue.
- All Superinterfaces:
ReadableObjectValue<V>,ReadableSimpleValue<V>,ReadableTypedObjectValue<V>,ReadableTypedValue<V>,ReadableValue<V>,Supplier<V>
- All Known Subinterfaces:
InstantExpression,LocalDateExpression,LocalDateTimeExpression,LocalTimeExpression,ObservableInstantValue,ObservableLocalDateTimeValue,ObservableLocalDateValue,ObservableLocalTimeValue,ObservableOffsetDateTimeValue,ObservableOffsetTimeValue,ObservableTemporalValue<V>,ObservableZonedDateTimeValue,OffsetDateTimeExpression,OffsetTimeExpression,ReadableInstantProperty,ReadableInstantValue,ReadableLocalDateProperty,ReadableLocalDateTimeProperty,ReadableLocalDateTimeValue,ReadableLocalDateValue,ReadableLocalTimeProperty,ReadableLocalTimeValue,ReadableOffsetDateTimeProperty,ReadableOffsetDateTimeValue,ReadableOffsetTimeProperty,ReadableOffsetTimeValue,ReadableZonedDateTimeProperty,ReadableZonedDateTimeValue,WritableInstantProperty,WritableInstantValue,WritableLocalDateProperty,WritableLocalDateTimeProperty,WritableLocalDateTimeValue,WritableLocalDateValue,WritableLocalTimeProperty,WritableLocalTimeValue,WritableOffsetDateTimeProperty,WritableOffsetDateTimeValue,WritableOffsetTimeProperty,WritableOffsetTimeValue,WritableTemporalValue<V>,WritableZonedDateTimeProperty,WritableZonedDateTimeValue,ZonedDateTimeExpression
- All Known Implementing Classes:
InstantBinding,InstantProperty,LocalDateBinding,LocalDateProperty,LocalDateTimeBinding,LocalDateTimeProperty,LocalTimeBinding,LocalTimeProperty,OffsetDateTimeBinding,OffsetDateTimeBinding,OffsetDateTimeProperty,OffsetTimeProperty,ZonedDateTimeBinding,ZonedDateTimeProperty
public interface ReadableTemporalValue<V extends Temporal> extends ReadableTypedObjectValue<V>, ReadableSimpleValue<V>
- Since:
- 1.0.0
-
-
Method Summary
-
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
-
-