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,ReadableInstantValue,ReadableLocalDateTimeValue,ReadableLocalDateValue,ReadableLocalTimeValue,ReadableOffsetDateTimeValue,ReadableOffsetTimeValue,ReadableZonedDateTimeValue,WritableInstantValue,WritableLocalDateTimeValue,WritableLocalDateValue,WritableLocalTimeValue,WritableOffsetDateTimeValue,WritableOffsetTimeValue,WritableTemporalValue<V>,WritableZonedDateTimeValue,ZonedDateTimeExpression
- All Known Implementing Classes:
InstantBinding,LocalDateBinding,LocalDateTimeBinding,LocalTimeBinding,OffsetDateTimeBinding,OffsetDateTimeBinding,ZonedDateTimeBinding
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
getValueMethods inherited from interface io.github.mmm.value.observable.object.ReadableSimpleValue
getAsStringMethods inherited from interface io.github.mmm.value.ReadableTypedValue
getValueClassMethods inherited from interface io.github.mmm.value.ReadableValue
get, getFallbackSafeValue, getSafe