Uses of Interface
io.github.mmm.value.observable.number.ReadableNumberValue
-
-
Uses of ReadableNumberValue in io.github.mmm.property.number
Subinterfaces of ReadableNumberValue 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 ReadableNumberValue Modifier and Type Class Description class
NumberProperty<N extends Number & Comparable<? super N>>
Implementation ofWritableNumberProperty
. -
Uses of ReadableNumberValue in io.github.mmm.property.number.bigdecimal
Subinterfaces of ReadableNumberValue 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 ReadableNumberValue Modifier and Type Class Description class
BigDecimalProperty
Implementation ofWritableBigDecimalProperty
. -
Uses of ReadableNumberValue in io.github.mmm.property.number.biginteger
Subinterfaces of ReadableNumberValue 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 ReadableNumberValue Modifier and Type Class Description class
BigIntegerProperty
Implementation ofWritableBigIntegerProperty
. -
Uses of ReadableNumberValue in io.github.mmm.property.number.bytes
Subinterfaces of ReadableNumberValue 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 ReadableNumberValue Modifier and Type Class Description class
ByteProperty
Implementation ofWritableByteProperty
. -
Uses of ReadableNumberValue in io.github.mmm.property.number.doubles
Subinterfaces of ReadableNumberValue 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 ReadableNumberValue Modifier and Type Class Description class
DoubleProperty
Implementation ofWritableDoubleProperty
. -
Uses of ReadableNumberValue in io.github.mmm.property.number.floats
Subinterfaces of ReadableNumberValue 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 ReadableNumberValue Modifier and Type Class Description class
FloatProperty
Implementation ofWritableFloatProperty
. -
Uses of ReadableNumberValue in io.github.mmm.property.number.integers
Subinterfaces of ReadableNumberValue 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 ReadableNumberValue Modifier and Type Class Description class
IntegerProperty
Implementation ofWritableIntegerProperty
. -
Uses of ReadableNumberValue in io.github.mmm.property.number.longs
Subinterfaces of ReadableNumberValue 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 ReadableNumberValue Modifier and Type Class Description class
LongProperty
Implementation ofWritableLongProperty
. -
Uses of ReadableNumberValue in io.github.mmm.property.number.shorts
Subinterfaces of ReadableNumberValue 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 ReadableNumberValue Modifier and Type Class Description class
ShortProperty
Implementation ofWritableShortProperty
. -
Uses of ReadableNumberValue in io.github.mmm.property.temporal
Classes in io.github.mmm.property.temporal that implement ReadableNumberValue Modifier and Type Class Description class
DurationInSecondsProperty
ExtendsLongProperty
to store aDuration
in seconds. -
Uses of ReadableNumberValue in io.github.mmm.value.observable.number
Subinterfaces of ReadableNumberValue 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
WritableNumberValue<N extends Number>
Classes in io.github.mmm.value.observable.number that implement ReadableNumberValue Modifier and Type Class Description class
NumberBinding<N extends Number & Comparable<? super N>>
-
Uses of ReadableNumberValue in io.github.mmm.value.observable.number.bigdecimal
Subinterfaces of ReadableNumberValue 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 ReadableNumberValue Modifier and Type Class Description class
BigDecimalBinding
-
Uses of ReadableNumberValue in io.github.mmm.value.observable.number.biginteger
Subinterfaces of ReadableNumberValue 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 ReadableNumberValue Modifier and Type Class Description class
BigIntegerBinding
-
Uses of ReadableNumberValue in io.github.mmm.value.observable.number.bytes
Subinterfaces of ReadableNumberValue 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 ReadableNumberValue Modifier and Type Class Description class
ByteBinding
-
Uses of ReadableNumberValue in io.github.mmm.value.observable.number.doubles
Subinterfaces of ReadableNumberValue 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 ReadableNumberValue Modifier and Type Class Description class
DoubleBinding
-
Uses of ReadableNumberValue in io.github.mmm.value.observable.number.floats
Subinterfaces of ReadableNumberValue 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 ReadableNumberValue Modifier and Type Class Description class
FloatBinding
-
Uses of ReadableNumberValue in io.github.mmm.value.observable.number.integers
Subinterfaces of ReadableNumberValue 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 ReadableNumberValue Modifier and Type Class Description class
IntegerBinding
-
Uses of ReadableNumberValue in io.github.mmm.value.observable.number.longs
Subinterfaces of ReadableNumberValue 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 ReadableNumberValue Modifier and Type Class Description class
LongBinding
-
Uses of ReadableNumberValue in io.github.mmm.value.observable.number.shorts
Subinterfaces of ReadableNumberValue 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 ReadableNumberValue Modifier and Type Class Description class
ShortBinding
-