Uses of Interface
io.github.mmm.value.ReadableValue
-
-
Uses of ReadableValue in io.github.mmm.bean.property
Subinterfaces of ReadableValue in io.github.mmm.bean.property Modifier and Type Interface Description interface
ReadableBeanProperty<V extends WritableBean>
interface
WritableBeanProperty<V extends WritableBean>
Classes in io.github.mmm.bean.property that implement ReadableValue Modifier and Type Class Description class
BeanProperty<V extends WritableBean>
Implementation ofBeanProperty
. -
Uses of ReadableValue in io.github.mmm.entity.property.id
Classes in io.github.mmm.entity.property.id that implement ReadableValue Modifier and Type Class Description class
IdProperty<E>
-
Uses of ReadableValue in io.github.mmm.entity.property.link
Classes in io.github.mmm.entity.property.link that implement ReadableValue Modifier and Type Class Description class
LinkProperty<E>
-
Uses of ReadableValue in io.github.mmm.property
Subinterfaces of ReadableValue in io.github.mmm.property Modifier and Type Interface Description interface
ReadableProperty<V>
This is the interface for a generic property.interface
WritableProperty<V>
Aproperty
with write access (e.g.Classes in io.github.mmm.property that implement ReadableValue Modifier and Type Class Description class
Property<V>
Implementation ofWritableProperty
. -
Uses of ReadableValue in io.github.mmm.property.booleans
Subinterfaces of ReadableValue in io.github.mmm.property.booleans Modifier and Type Interface Description interface
ReadableBooleanProperty
interface
WritableBooleanProperty
Classes in io.github.mmm.property.booleans that implement ReadableValue Modifier and Type Class Description class
BooleanProperty
Implementation ofWritableBooleanProperty
. -
Uses of ReadableValue in io.github.mmm.property.container
Subinterfaces of ReadableValue in io.github.mmm.property.container Modifier and Type Interface Description interface
ReadableContainerProperty<V,E>
interface
WritableContainerProperty<V,E>
WritableProperty
with containervalue
.Classes in io.github.mmm.property.container that implement ReadableValue Modifier and Type Class Description class
ContainerProperty<V,E>
Implementation ofWritableContainerProperty
. -
Uses of ReadableValue in io.github.mmm.property.container.collection
Subinterfaces of ReadableValue in io.github.mmm.property.container.collection with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Modifier and Type Interface Description interface
io.github.mmm.property.container.collection.ReadableCollectionProperty<V extends Collection<E>,E>
interface
io.github.mmm.property.container.collection.WritableCollectionProperty<V extends Collection<E>,E>
Classes in io.github.mmm.property.container.collection with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw ReadableValue Modifier and Type Class Description class
io.github.mmm.property.container.collection.CollectionProperty<V extends Collection<E>,E>
Implementation ofWritableCollectionProperty
. -
Uses of ReadableValue in io.github.mmm.property.container.list
Subinterfaces of ReadableValue in io.github.mmm.property.container.list Modifier and Type Interface Description interface
ReadableListProperty<E>
interface
WritableListProperty<E>
Classes in io.github.mmm.property.container.list that implement ReadableValue Modifier and Type Class Description class
ListProperty<E>
Implementation ofWritableListProperty
. -
Uses of ReadableValue in io.github.mmm.property.container.map
Subinterfaces of ReadableValue in io.github.mmm.property.container.map Modifier and Type Interface Description interface
ReadableMapProperty<K,V>
interface
WritableMapProperty<K,V>
Classes in io.github.mmm.property.container.map that implement ReadableValue Modifier and Type Class Description class
MapProperty<K,V>
Implementation ofWritableMapProperty
. -
Uses of ReadableValue in io.github.mmm.property.container.set
Subinterfaces of ReadableValue in io.github.mmm.property.container.set Modifier and Type Interface Description interface
ReadableSetProperty<E>
interface
WritableSetProperty<E>
Classes in io.github.mmm.property.container.set that implement ReadableValue Modifier and Type Class Description class
SetProperty<E>
Implementation ofWritableSetProperty
. -
Uses of ReadableValue in io.github.mmm.property.number
Subinterfaces of ReadableValue in io.github.mmm.property.number Modifier and Type Interface Description interface
ReadableNumberProperty<N extends Number & Comparable<? super N>>
interface
WritableNumberProperty<N extends Number & Comparable<? super N>>
Classes in io.github.mmm.property.number that implement ReadableValue Modifier and Type Class Description class
NumberProperty<N extends Number & Comparable<? super N>>
Implementation ofWritableNumberProperty
. -
Uses of ReadableValue in io.github.mmm.property.number.bigdecimal
Subinterfaces of ReadableValue in io.github.mmm.property.number.bigdecimal Modifier and Type Interface Description interface
ReadableBigDecimalProperty
interface
WritableBigDecimalProperty
Classes in io.github.mmm.property.number.bigdecimal that implement ReadableValue Modifier and Type Class Description class
BigDecimalProperty
Implementation ofWritableBigDecimalProperty
. -
Uses of ReadableValue in io.github.mmm.property.number.biginteger
Subinterfaces of ReadableValue in io.github.mmm.property.number.biginteger Modifier and Type Interface Description interface
ReadableBigIntegerProperty
interface
WritableBigIntegerProperty
Classes in io.github.mmm.property.number.biginteger that implement ReadableValue Modifier and Type Class Description class
BigIntegerProperty
Implementation ofWritableBigIntegerProperty
. -
Uses of ReadableValue in io.github.mmm.property.number.bytes
Subinterfaces of ReadableValue in io.github.mmm.property.number.bytes Modifier and Type Interface Description interface
ReadableByteProperty
interface
WritableByteProperty
Classes in io.github.mmm.property.number.bytes that implement ReadableValue Modifier and Type Class Description class
ByteProperty
Implementation ofWritableByteProperty
. -
Uses of ReadableValue in io.github.mmm.property.number.doubles
Subinterfaces of ReadableValue in io.github.mmm.property.number.doubles Modifier and Type Interface Description interface
ReadableDoubleProperty
interface
WritableDoubleProperty
Classes in io.github.mmm.property.number.doubles that implement ReadableValue Modifier and Type Class Description class
DoubleProperty
Implementation ofWritableDoubleProperty
. -
Uses of ReadableValue in io.github.mmm.property.number.floats
Subinterfaces of ReadableValue in io.github.mmm.property.number.floats Modifier and Type Interface Description interface
ReadableFloatProperty
interface
WritableFloatProperty
Classes in io.github.mmm.property.number.floats that implement ReadableValue Modifier and Type Class Description class
FloatProperty
Implementation ofWritableFloatProperty
. -
Uses of ReadableValue in io.github.mmm.property.number.integers
Subinterfaces of ReadableValue in io.github.mmm.property.number.integers Modifier and Type Interface Description interface
ReadableIntegerProperty
interface
WritableIntegerProperty
Classes in io.github.mmm.property.number.integers that implement ReadableValue Modifier and Type Class Description class
IntegerProperty
Implementation ofWritableIntegerProperty
. -
Uses of ReadableValue in io.github.mmm.property.number.longs
Subinterfaces of ReadableValue in io.github.mmm.property.number.longs Modifier and Type Interface Description interface
ReadableLongProperty
interface
WritableLongProperty
Classes in io.github.mmm.property.number.longs that implement ReadableValue Modifier and Type Class Description class
LongProperty
Implementation ofWritableLongProperty
. -
Uses of ReadableValue in io.github.mmm.property.number.shorts
Subinterfaces of ReadableValue in io.github.mmm.property.number.shorts Modifier and Type Interface Description interface
ReadableShortProperty
interface
WritableShortProperty
Classes in io.github.mmm.property.number.shorts that implement ReadableValue Modifier and Type Class Description class
ShortProperty
Implementation ofWritableShortProperty
. -
Uses of ReadableValue in io.github.mmm.property.object
Subinterfaces of ReadableValue in io.github.mmm.property.object Modifier and Type Interface Description interface
ReadableObjectProperty<V>
interface
ReadableSimpleProperty<V>
ReadableProperty
for a simple datatype (and not acontainer property
).interface
WritableObjectProperty<V>
interface
WritableSimpleProperty<V>
WritableProperty
for a simple datatype (and not acontainer property
).Classes in io.github.mmm.property.object that implement ReadableValue Modifier and Type Class Description class
ObjectProperty<V>
Generic implementation ofWritableProperty
for arbitrary objects that do not have their own custom implementation.class
SimpleProperty<V>
Property
implementation ofWritableSimpleProperty
. -
Uses of ReadableValue in io.github.mmm.property.range
Subinterfaces of ReadableValue in io.github.mmm.property.range Modifier and Type Interface Description interface
ReadableRangeProperty<V>
interface
WritableRangeProperty<V>
Classes in io.github.mmm.property.range that implement ReadableValue Modifier and Type Class Description class
RangeProperty<V>
Implementation ofWritableRangeProperty
. -
Uses of ReadableValue in io.github.mmm.property.string
Subinterfaces of ReadableValue in io.github.mmm.property.string Modifier and Type Interface Description interface
ReadableStringProperty
interface
WritableStringProperty
Classes in io.github.mmm.property.string that implement ReadableValue Modifier and Type Class Description class
StringListProperty
This is an extension ofStringProperty
that stores a list ofString
values that are enclosed with pipe-symbols.class
StringProperty
Implementation ofWritableStringProperty
. -
Uses of ReadableValue in io.github.mmm.property.temporal
Classes in io.github.mmm.property.temporal that implement ReadableValue Modifier and Type Class Description class
DurationInSecondsProperty
ExtendsLongProperty
to store aDuration
in seconds.class
TemporalProperty<V extends Temporal>
-
Uses of ReadableValue in io.github.mmm.property.temporal.instant
Subinterfaces of ReadableValue in io.github.mmm.property.temporal.instant Modifier and Type Interface Description interface
ReadableInstantProperty
interface
WritableInstantProperty
Classes in io.github.mmm.property.temporal.instant that implement ReadableValue Modifier and Type Class Description class
InstantProperty
Implementation ofWritableInstantProperty
. -
Uses of ReadableValue in io.github.mmm.property.temporal.localdate
Subinterfaces of ReadableValue in io.github.mmm.property.temporal.localdate Modifier and Type Interface Description interface
ReadableLocalDateProperty
interface
WritableLocalDateProperty
Classes in io.github.mmm.property.temporal.localdate that implement ReadableValue Modifier and Type Class Description class
LocalDateProperty
This is the implementation ofWritableLocalDateProperty
. -
Uses of ReadableValue in io.github.mmm.property.temporal.localdatetime
Subinterfaces of ReadableValue in io.github.mmm.property.temporal.localdatetime Modifier and Type Interface Description interface
ReadableLocalDateTimeProperty
interface
WritableLocalDateTimeProperty
Classes in io.github.mmm.property.temporal.localdatetime that implement ReadableValue Modifier and Type Class Description class
LocalDateTimeProperty
This is the implementation ofWritableLocalDateTimeProperty
. -
Uses of ReadableValue in io.github.mmm.property.temporal.localtime
Subinterfaces of ReadableValue in io.github.mmm.property.temporal.localtime Modifier and Type Interface Description interface
ReadableLocalTimeProperty
interface
WritableLocalTimeProperty
Classes in io.github.mmm.property.temporal.localtime that implement ReadableValue Modifier and Type Class Description class
LocalTimeProperty
-
Uses of ReadableValue in io.github.mmm.property.temporal.offsetdatetime
Subinterfaces of ReadableValue in io.github.mmm.property.temporal.offsetdatetime Modifier and Type Interface Description interface
ReadableOffsetDateTimeProperty
interface
WritableOffsetDateTimeProperty
Classes in io.github.mmm.property.temporal.offsetdatetime that implement ReadableValue Modifier and Type Class Description class
OffsetDateTimeProperty
This is the implementation ofWritableOffsetDateTimeProperty
. -
Uses of ReadableValue in io.github.mmm.property.temporal.offsettime
Subinterfaces of ReadableValue in io.github.mmm.property.temporal.offsettime Modifier and Type Interface Description interface
ReadableOffsetTimeProperty
interface
WritableOffsetTimeProperty
Classes in io.github.mmm.property.temporal.offsettime that implement ReadableValue Modifier and Type Class Description class
OffsetTimeProperty
This is the implementation ofWritableOffsetTimeProperty
. -
Uses of ReadableValue in io.github.mmm.property.temporal.zoneddatetime
Subinterfaces of ReadableValue in io.github.mmm.property.temporal.zoneddatetime Modifier and Type Interface Description interface
ReadableZonedDateTimeProperty
interface
WritableZonedDateTimeProperty
Classes in io.github.mmm.property.temporal.zoneddatetime that implement ReadableValue Modifier and Type Class Description class
ZonedDateTimeProperty
This is the implementation ofWritableZonedDateTimeProperty
. -
Uses of ReadableValue in io.github.mmm.value
Subinterfaces of ReadableValue in io.github.mmm.value Modifier and Type Interface Description interface
PropertyPath<V>
Interface for a valued path.interface
ReadableTypedValue<V>
ReadableValue
knowing itsvalue class
.interface
TypedPropertyPath<V>
APropertyPath
holding itstype
.interface
WritableValue<V>
Methods in io.github.mmm.value with parameters of type ReadableValue Modifier and Type Method Description static <T> T
ReadableValue. get(ReadableValue<T> value)
Null-safe access toget()
. -
Uses of ReadableValue in io.github.mmm.value.observable
Subinterfaces of ReadableValue in io.github.mmm.value.observable Modifier and Type Interface Description interface
Expression<V>
AnExpression
is anObservableValue
providing convenience methods to created dynamically computed values.interface
ObservableValue<V>
AnObservableValue
wraps avalue
and allows to observe the value for changes.interface
WritableObservableValue<V>
Classes in io.github.mmm.value.observable that implement ReadableValue Modifier and Type Class Description class
AbstractObservableValue<V>
Abstract base implementation ofObservableValue
that handlesObservableEventListener
s.class
AbstractWritableObservableValue<V>
Abstract base implementation ofWritableObservableValue
that handles bindings.class
Binding<V>
-
Uses of ReadableValue in io.github.mmm.value.observable.booleans
Subinterfaces of ReadableValue in io.github.mmm.value.observable.booleans Modifier and Type Interface Description interface
BooleanExpression
interface
ObservableBooleanValue
interface
ReadableBooleanValue
interface
WritableBooleanValue
Classes in io.github.mmm.value.observable.booleans that implement ReadableValue Modifier and Type Class Description class
BooleanBinding
-
Uses of ReadableValue in io.github.mmm.value.observable.comparable
Subinterfaces of ReadableValue in io.github.mmm.value.observable.comparable Modifier and Type Interface Description interface
ComparableExpression<V extends Comparable<? super V>>
-
Uses of ReadableValue in io.github.mmm.value.observable.container
Subinterfaces of ReadableValue in io.github.mmm.value.observable.container Modifier and Type Interface Description interface
ObservableContainerValue<C,E>
ObservableValue
for containervalue
s.interface
ReadableContainerValue<C,E>
ReadableTypedObjectValue
for containervalues
(e.g.interface
WritableContainerValue<C,E>
WritableObjectValue
for containervalues
(e.g. -
Uses of ReadableValue in io.github.mmm.value.observable.container.collection
Subinterfaces of ReadableValue in io.github.mmm.value.observable.container.collection Modifier and Type Interface Description interface
ObservableCollectionValue<C extends Collection<E>,E>
interface
ReadableCollectionValue<C extends Collection<E>,E>
interface
WritableCollectionValue<C extends Collection<E>,E>
-
Uses of ReadableValue in io.github.mmm.value.observable.container.list
Subinterfaces of ReadableValue in io.github.mmm.value.observable.container.list Modifier and Type Interface Description interface
ObservableListValue<E>
interface
ReadableListValue<E>
interface
WritableListValue<E>
-
Uses of ReadableValue in io.github.mmm.value.observable.container.map
Subinterfaces of ReadableValue in io.github.mmm.value.observable.container.map Modifier and Type Interface Description interface
ObservableMapValue<K,V>
interface
ReadableMapValue<K,V>
interface
WritableMapValue<K,V>
-
Uses of ReadableValue in io.github.mmm.value.observable.container.set
Subinterfaces of ReadableValue in io.github.mmm.value.observable.container.set Modifier and Type Interface Description interface
ObservableSetValue<E>
interface
ReadableSetValue<E>
interface
WritableSetValue<E>
-
Uses of ReadableValue in io.github.mmm.value.observable.number
Subinterfaces of ReadableValue in io.github.mmm.value.observable.number Modifier and Type Interface Description interface
NumberExpression<N extends Number & Comparable<? super N>>
interface
ObservableNumberValue<N extends Number>
interface
ReadableNumberValue<N extends Number>
interface
WritableNumberValue<N extends Number>
Classes in io.github.mmm.value.observable.number that implement ReadableValue Modifier and Type Class Description class
NumberBinding<N extends Number & Comparable<? super N>>
-
Uses of ReadableValue in io.github.mmm.value.observable.number.bigdecimal
Subinterfaces of ReadableValue in io.github.mmm.value.observable.number.bigdecimal Modifier and Type Interface Description interface
BigDecimalExpression
interface
ObservableBigDecimalValue
interface
ReadableBigDecimalValue
interface
WritableBigDecimalValue
Classes in io.github.mmm.value.observable.number.bigdecimal that implement ReadableValue Modifier and Type Class Description class
BigDecimalBinding
-
Uses of ReadableValue in io.github.mmm.value.observable.number.biginteger
Subinterfaces of ReadableValue in io.github.mmm.value.observable.number.biginteger Modifier and Type Interface Description interface
BigIntegerExpression
interface
ObservableBigIntegerValue
interface
ReadableBigIntegerValue
interface
WritableBigIntegerValue
Classes in io.github.mmm.value.observable.number.biginteger that implement ReadableValue Modifier and Type Class Description class
BigIntegerBinding
-
Uses of ReadableValue in io.github.mmm.value.observable.number.bytes
Subinterfaces of ReadableValue in io.github.mmm.value.observable.number.bytes Modifier and Type Interface Description interface
ByteExpression
interface
ObservableByteValue
interface
ReadableByteValue
interface
WritableByteValue
Classes in io.github.mmm.value.observable.number.bytes that implement ReadableValue Modifier and Type Class Description class
ByteBinding
-
Uses of ReadableValue in io.github.mmm.value.observable.number.doubles
Subinterfaces of ReadableValue in io.github.mmm.value.observable.number.doubles Modifier and Type Interface Description interface
DoubleExpression
interface
ObservableDoubleValue
interface
ReadableDoubleValue
interface
WritableDoubleValue
Classes in io.github.mmm.value.observable.number.doubles that implement ReadableValue Modifier and Type Class Description class
DoubleBinding
-
Uses of ReadableValue in io.github.mmm.value.observable.number.floats
Subinterfaces of ReadableValue in io.github.mmm.value.observable.number.floats Modifier and Type Interface Description interface
FloatExpression
interface
ObservableFloatValue
interface
ReadableFloatValue
interface
WritableFloatValue
Classes in io.github.mmm.value.observable.number.floats that implement ReadableValue Modifier and Type Class Description class
FloatBinding
-
Uses of ReadableValue in io.github.mmm.value.observable.number.integers
Subinterfaces of ReadableValue in io.github.mmm.value.observable.number.integers Modifier and Type Interface Description interface
IntegerExpression
interface
ObservableIntegerValue
interface
ReadableIntegerValue
interface
WritableIntegerValue
Classes in io.github.mmm.value.observable.number.integers that implement ReadableValue Modifier and Type Class Description class
IntegerBinding
-
Uses of ReadableValue in io.github.mmm.value.observable.number.longs
Subinterfaces of ReadableValue in io.github.mmm.value.observable.number.longs Modifier and Type Interface Description interface
LongExpression
interface
ObservableLongValue
interface
ReadableLongValue
interface
WritableLongValue
Classes in io.github.mmm.value.observable.number.longs that implement ReadableValue Modifier and Type Class Description class
LongBinding
-
Uses of ReadableValue in io.github.mmm.value.observable.number.shorts
Subinterfaces of ReadableValue in io.github.mmm.value.observable.number.shorts Modifier and Type Interface Description interface
ObservableShortValue
interface
ReadableShortValue
interface
ShortExpression
interface
WritableShortValue
Classes in io.github.mmm.value.observable.number.shorts that implement ReadableValue Modifier and Type Class Description class
ShortBinding
-
Uses of ReadableValue in io.github.mmm.value.observable.object
Subinterfaces of ReadableValue in io.github.mmm.value.observable.object Modifier and Type Interface Description interface
ObservableObjectValue<V>
interface
ObservableSimpleValue<V>
ObservableValue
for a simple datatype (and not acontainer value
).interface
ReadableObjectValue<V>
interface
ReadableSimpleValue<V>
ReadableValue
for a simple datatype (and not acontainer value
).interface
ReadableTypedObjectValue<V>
ReadableObjectValue
that is also aReadableTypedValue
.interface
WritableObjectValue<V>
interface
WritableSimpleValue<V>
WritableValue
for a simple datatype (and not acontainer value
). -
Uses of ReadableValue in io.github.mmm.value.observable.string
Subinterfaces of ReadableValue in io.github.mmm.value.observable.string Modifier and Type Interface Description interface
ObservableStringValue
interface
ReadableStringValue
interface
StringExpression
interface
WritableStringValue
Classes in io.github.mmm.value.observable.string that implement ReadableValue Modifier and Type Class Description class
StringBinding
-
Uses of ReadableValue in io.github.mmm.value.observable.temporal
Subinterfaces of ReadableValue in io.github.mmm.value.observable.temporal Modifier and Type Interface Description interface
ObservableTemporalValue<V extends Temporal>
interface
ReadableTemporalValue<V extends Temporal>
interface
TemporalExpression<V extends Comparable<? super V>>
ComparableExpression
for datevalues
(e.g.interface
WritableTemporalValue<V extends Temporal>
-
Uses of ReadableValue in io.github.mmm.value.observable.temporal.instant
Subinterfaces of ReadableValue in io.github.mmm.value.observable.temporal.instant Modifier and Type Interface Description interface
InstantExpression
interface
ObservableInstantValue
interface
ReadableInstantValue
interface
WritableInstantValue
Classes in io.github.mmm.value.observable.temporal.instant that implement ReadableValue Modifier and Type Class Description class
InstantBinding
-
Uses of ReadableValue in io.github.mmm.value.observable.temporal.localdate
Subinterfaces of ReadableValue in io.github.mmm.value.observable.temporal.localdate Modifier and Type Interface Description interface
LocalDateExpression
interface
ObservableLocalDateValue
interface
ReadableLocalDateValue
interface
WritableLocalDateValue
Classes in io.github.mmm.value.observable.temporal.localdate that implement ReadableValue Modifier and Type Class Description class
LocalDateBinding
-
Uses of ReadableValue in io.github.mmm.value.observable.temporal.localdatetime
Subinterfaces of ReadableValue in io.github.mmm.value.observable.temporal.localdatetime Modifier and Type Interface Description interface
LocalDateTimeExpression
interface
ObservableLocalDateTimeValue
interface
ReadableLocalDateTimeValue
interface
WritableLocalDateTimeValue
Classes in io.github.mmm.value.observable.temporal.localdatetime that implement ReadableValue Modifier and Type Class Description class
LocalDateTimeBinding
-
Uses of ReadableValue in io.github.mmm.value.observable.temporal.localtime
Subinterfaces of ReadableValue in io.github.mmm.value.observable.temporal.localtime Modifier and Type Interface Description interface
LocalTimeExpression
interface
ObservableLocalTimeValue
interface
ReadableLocalTimeValue
interface
WritableLocalTimeValue
Classes in io.github.mmm.value.observable.temporal.localtime that implement ReadableValue Modifier and Type Class Description class
LocalTimeBinding
-
Uses of ReadableValue in io.github.mmm.value.observable.temporal.offsetdatetime
Subinterfaces of ReadableValue in io.github.mmm.value.observable.temporal.offsetdatetime Modifier and Type Interface Description interface
ObservableOffsetDateTimeValue
interface
OffsetDateTimeExpression
interface
ReadableOffsetDateTimeValue
interface
WritableOffsetDateTimeValue
Classes in io.github.mmm.value.observable.temporal.offsetdatetime that implement ReadableValue Modifier and Type Class Description class
OffsetDateTimeBinding
-
Uses of ReadableValue in io.github.mmm.value.observable.temporal.offsettime
Subinterfaces of ReadableValue in io.github.mmm.value.observable.temporal.offsettime Modifier and Type Interface Description interface
ObservableOffsetTimeValue
interface
OffsetTimeExpression
interface
ReadableOffsetTimeValue
interface
WritableOffsetTimeValue
Classes in io.github.mmm.value.observable.temporal.offsettime that implement ReadableValue Modifier and Type Class Description class
OffsetDateTimeBinding
-
Uses of ReadableValue in io.github.mmm.value.observable.temporal.zoneddatetime
Subinterfaces of ReadableValue in io.github.mmm.value.observable.temporal.zoneddatetime Modifier and Type Interface Description interface
ObservableZonedDateTimeValue
interface
ReadableZonedDateTimeValue
interface
WritableZonedDateTimeValue
interface
ZonedDateTimeExpression
Classes in io.github.mmm.value.observable.temporal.zoneddatetime that implement ReadableValue Modifier and Type Class Description class
ZonedDateTimeBinding
-