Interface ReadableInstantValue
-
- All Superinterfaces:
ReadableObjectValue<Instant>,ReadableSimpleValue<Instant>,ReadableTemporalValue<Instant>,ReadableTypedObjectValue<Instant>,ReadableTypedValue<Instant>,ReadableValue<Instant>,Supplier<Instant>
- All Known Subinterfaces:
InstantExpression,ObservableInstantValue,ReadableInstantProperty,WritableInstantProperty,WritableInstantValue
- All Known Implementing Classes:
InstantBinding,InstantProperty
public interface ReadableInstantValue extends ReadableTemporalValue<Instant>
- Since:
- 1.0.0
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Class<Instant>getValueClass()-
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.ReadableValue
get
-
-
-
-
Method Detail
-
getValueClass
default Class<Instant> getValueClass()
- Specified by:
getValueClassin interfaceReadableTypedValue<Instant>- Returns:
- the
Classreflecting the type ofvaluesthat can be stored by this property. Even if thevalueisnullthe property must support returning the property class.
-
-