Uses of Interface
io.github.mmm.value.observable.comparable.ComparableExpression
-
-
Uses of ComparableExpression in io.github.mmm.property.number
Subinterfaces of ComparableExpression 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 ComparableExpression Modifier and Type Class Description class
NumberProperty<N extends Number & Comparable<? super N>>
Implementation ofWritableNumberProperty
. -
Uses of ComparableExpression in io.github.mmm.property.number.bigdecimal
Subinterfaces of ComparableExpression 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 ComparableExpression Modifier and Type Class Description class
BigDecimalProperty
Implementation ofWritableBigDecimalProperty
. -
Uses of ComparableExpression in io.github.mmm.property.number.biginteger
Subinterfaces of ComparableExpression 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 ComparableExpression Modifier and Type Class Description class
BigIntegerProperty
Implementation ofWritableBigIntegerProperty
. -
Uses of ComparableExpression in io.github.mmm.property.number.bytes
Subinterfaces of ComparableExpression 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 ComparableExpression Modifier and Type Class Description class
ByteProperty
Implementation ofWritableByteProperty
. -
Uses of ComparableExpression in io.github.mmm.property.number.doubles
Subinterfaces of ComparableExpression 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 ComparableExpression Modifier and Type Class Description class
DoubleProperty
Implementation ofWritableDoubleProperty
. -
Uses of ComparableExpression in io.github.mmm.property.number.floats
Subinterfaces of ComparableExpression 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 ComparableExpression Modifier and Type Class Description class
FloatProperty
Implementation ofWritableFloatProperty
. -
Uses of ComparableExpression in io.github.mmm.property.number.integers
Subinterfaces of ComparableExpression 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 ComparableExpression Modifier and Type Class Description class
IntegerProperty
Implementation ofWritableIntegerProperty
. -
Uses of ComparableExpression in io.github.mmm.property.number.longs
Subinterfaces of ComparableExpression 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 ComparableExpression Modifier and Type Class Description class
LongProperty
Implementation ofWritableLongProperty
. -
Uses of ComparableExpression in io.github.mmm.property.number.shorts
Subinterfaces of ComparableExpression 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 ComparableExpression Modifier and Type Class Description class
ShortProperty
Implementation ofWritableShortProperty
. -
Uses of ComparableExpression in io.github.mmm.property.string
Subinterfaces of ComparableExpression in io.github.mmm.property.string Modifier and Type Interface Description interface
ReadableStringProperty
interface
WritableStringProperty
Classes in io.github.mmm.property.string that implement ComparableExpression 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 ComparableExpression in io.github.mmm.property.temporal
Classes in io.github.mmm.property.temporal that implement ComparableExpression Modifier and Type Class Description class
DurationInSecondsProperty
ExtendsLongProperty
to store aDuration
in seconds. -
Uses of ComparableExpression in io.github.mmm.property.temporal.instant
Subinterfaces of ComparableExpression 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 ComparableExpression Modifier and Type Class Description class
InstantProperty
Implementation ofWritableInstantProperty
. -
Uses of ComparableExpression in io.github.mmm.property.temporal.localdate
Subinterfaces of ComparableExpression 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 ComparableExpression Modifier and Type Class Description class
LocalDateProperty
This is the implementation ofWritableLocalDateProperty
. -
Uses of ComparableExpression in io.github.mmm.property.temporal.localdatetime
Subinterfaces of ComparableExpression 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 ComparableExpression Modifier and Type Class Description class
LocalDateTimeProperty
This is the implementation ofWritableLocalDateTimeProperty
. -
Uses of ComparableExpression in io.github.mmm.property.temporal.localtime
Subinterfaces of ComparableExpression 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 ComparableExpression Modifier and Type Class Description class
LocalTimeProperty
-
Uses of ComparableExpression in io.github.mmm.property.temporal.offsetdatetime
Subinterfaces of ComparableExpression 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 ComparableExpression Modifier and Type Class Description class
OffsetDateTimeProperty
This is the implementation ofWritableOffsetDateTimeProperty
. -
Uses of ComparableExpression in io.github.mmm.property.temporal.offsettime
Subinterfaces of ComparableExpression 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 ComparableExpression Modifier and Type Class Description class
OffsetTimeProperty
This is the implementation ofWritableOffsetTimeProperty
. -
Uses of ComparableExpression in io.github.mmm.property.temporal.zoneddatetime
Subinterfaces of ComparableExpression 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 ComparableExpression Modifier and Type Class Description class
ZonedDateTimeProperty
This is the implementation ofWritableZonedDateTimeProperty
. -
Uses of ComparableExpression in io.github.mmm.value.observable.number
Subinterfaces of ComparableExpression in io.github.mmm.value.observable.number Modifier and Type Interface Description interface
NumberExpression<N extends Number & Comparable<? super N>>
Classes in io.github.mmm.value.observable.number that implement ComparableExpression Modifier and Type Class Description class
NumberBinding<N extends Number & Comparable<? super N>>
-
Uses of ComparableExpression in io.github.mmm.value.observable.number.bigdecimal
Subinterfaces of ComparableExpression in io.github.mmm.value.observable.number.bigdecimal Modifier and Type Interface Description interface
BigDecimalExpression
Classes in io.github.mmm.value.observable.number.bigdecimal that implement ComparableExpression Modifier and Type Class Description class
BigDecimalBinding
-
Uses of ComparableExpression in io.github.mmm.value.observable.number.biginteger
Subinterfaces of ComparableExpression in io.github.mmm.value.observable.number.biginteger Modifier and Type Interface Description interface
BigIntegerExpression
Classes in io.github.mmm.value.observable.number.biginteger that implement ComparableExpression Modifier and Type Class Description class
BigIntegerBinding
-
Uses of ComparableExpression in io.github.mmm.value.observable.number.bytes
Subinterfaces of ComparableExpression in io.github.mmm.value.observable.number.bytes Modifier and Type Interface Description interface
ByteExpression
Classes in io.github.mmm.value.observable.number.bytes that implement ComparableExpression Modifier and Type Class Description class
ByteBinding
-
Uses of ComparableExpression in io.github.mmm.value.observable.number.doubles
Subinterfaces of ComparableExpression in io.github.mmm.value.observable.number.doubles Modifier and Type Interface Description interface
DoubleExpression
Classes in io.github.mmm.value.observable.number.doubles that implement ComparableExpression Modifier and Type Class Description class
DoubleBinding
-
Uses of ComparableExpression in io.github.mmm.value.observable.number.floats
Subinterfaces of ComparableExpression in io.github.mmm.value.observable.number.floats Modifier and Type Interface Description interface
FloatExpression
Classes in io.github.mmm.value.observable.number.floats that implement ComparableExpression Modifier and Type Class Description class
FloatBinding
-
Uses of ComparableExpression in io.github.mmm.value.observable.number.integers
Subinterfaces of ComparableExpression in io.github.mmm.value.observable.number.integers Modifier and Type Interface Description interface
IntegerExpression
Classes in io.github.mmm.value.observable.number.integers that implement ComparableExpression Modifier and Type Class Description class
IntegerBinding
-
Uses of ComparableExpression in io.github.mmm.value.observable.number.longs
Subinterfaces of ComparableExpression in io.github.mmm.value.observable.number.longs Modifier and Type Interface Description interface
LongExpression
Classes in io.github.mmm.value.observable.number.longs that implement ComparableExpression Modifier and Type Class Description class
LongBinding
-
Uses of ComparableExpression in io.github.mmm.value.observable.number.shorts
Subinterfaces of ComparableExpression in io.github.mmm.value.observable.number.shorts Modifier and Type Interface Description interface
ShortExpression
Classes in io.github.mmm.value.observable.number.shorts that implement ComparableExpression Modifier and Type Class Description class
ShortBinding
-
Uses of ComparableExpression in io.github.mmm.value.observable.string
Subinterfaces of ComparableExpression in io.github.mmm.value.observable.string Modifier and Type Interface Description interface
StringExpression
Classes in io.github.mmm.value.observable.string that implement ComparableExpression Modifier and Type Class Description class
StringBinding
-
Uses of ComparableExpression in io.github.mmm.value.observable.temporal
Subinterfaces of ComparableExpression in io.github.mmm.value.observable.temporal Modifier and Type Interface Description interface
TemporalExpression<V extends Comparable<? super V>>
ComparableExpression
for datevalues
(e.g. -
Uses of ComparableExpression in io.github.mmm.value.observable.temporal.instant
Subinterfaces of ComparableExpression in io.github.mmm.value.observable.temporal.instant Modifier and Type Interface Description interface
InstantExpression
Classes in io.github.mmm.value.observable.temporal.instant that implement ComparableExpression Modifier and Type Class Description class
InstantBinding
-
Uses of ComparableExpression in io.github.mmm.value.observable.temporal.localdate
Subinterfaces of ComparableExpression in io.github.mmm.value.observable.temporal.localdate Modifier and Type Interface Description interface
LocalDateExpression
Classes in io.github.mmm.value.observable.temporal.localdate that implement ComparableExpression Modifier and Type Class Description class
LocalDateBinding
-
Uses of ComparableExpression in io.github.mmm.value.observable.temporal.localdatetime
Subinterfaces of ComparableExpression in io.github.mmm.value.observable.temporal.localdatetime Modifier and Type Interface Description interface
LocalDateTimeExpression
Classes in io.github.mmm.value.observable.temporal.localdatetime that implement ComparableExpression Modifier and Type Class Description class
LocalDateTimeBinding
-
Uses of ComparableExpression in io.github.mmm.value.observable.temporal.localtime
Subinterfaces of ComparableExpression in io.github.mmm.value.observable.temporal.localtime Modifier and Type Interface Description interface
LocalTimeExpression
Classes in io.github.mmm.value.observable.temporal.localtime that implement ComparableExpression Modifier and Type Class Description class
LocalTimeBinding
-
Uses of ComparableExpression in io.github.mmm.value.observable.temporal.offsetdatetime
Subinterfaces of ComparableExpression in io.github.mmm.value.observable.temporal.offsetdatetime Modifier and Type Interface Description interface
OffsetDateTimeExpression
Classes in io.github.mmm.value.observable.temporal.offsetdatetime that implement ComparableExpression Modifier and Type Class Description class
OffsetDateTimeBinding
-
Uses of ComparableExpression in io.github.mmm.value.observable.temporal.offsettime
Subinterfaces of ComparableExpression in io.github.mmm.value.observable.temporal.offsettime Modifier and Type Interface Description interface
OffsetTimeExpression
Classes in io.github.mmm.value.observable.temporal.offsettime that implement ComparableExpression Modifier and Type Class Description class
OffsetDateTimeBinding
-
Uses of ComparableExpression in io.github.mmm.value.observable.temporal.zoneddatetime
Subinterfaces of ComparableExpression in io.github.mmm.value.observable.temporal.zoneddatetime Modifier and Type Interface Description interface
ZonedDateTimeExpression
Classes in io.github.mmm.value.observable.temporal.zoneddatetime that implement ComparableExpression Modifier and Type Class Description class
ZonedDateTimeBinding
-