Uses of Interface
io.github.mmm.value.observable.number.shorts.ObservableShortValue
-
Packages that use ObservableShortValue Package Description io.github.mmm.property.number.shorts Contains property infrastructure forShort
.io.github.mmm.value.observable.number TODOio.github.mmm.value.observable.number.bigdecimal TODOio.github.mmm.value.observable.number.biginteger TODOio.github.mmm.value.observable.number.bytes TODOio.github.mmm.value.observable.number.doubles TODOio.github.mmm.value.observable.number.floats TODOio.github.mmm.value.observable.number.integers TODOio.github.mmm.value.observable.number.longs TODOio.github.mmm.value.observable.number.shorts TODO -
-
Uses of ObservableShortValue in io.github.mmm.property.number.shorts
Subinterfaces of ObservableShortValue 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 ObservableShortValue Modifier and Type Class Description class
ShortProperty
Implementation ofWritableShortProperty
. -
Uses of ObservableShortValue in io.github.mmm.value.observable.number
Methods in io.github.mmm.value.observable.number with parameters of type ObservableShortValue Modifier and Type Method Description NumberExpression<?>
NumberExpression. add(ObservableShortValue other)
NumberExpression<?>
NumberExpression. divide(ObservableShortValue other)
NumberExpression<?>
NumberExpression. multiply(ObservableShortValue other)
NumberExpression<?>
NumberExpression. subtract(ObservableShortValue other)
-
Uses of ObservableShortValue in io.github.mmm.value.observable.number.bigdecimal
Methods in io.github.mmm.value.observable.number.bigdecimal with parameters of type ObservableShortValue Modifier and Type Method Description default BigDecimalExpression
BigDecimalExpression. add(ObservableShortValue other)
default BigDecimalExpression
BigDecimalExpression. divide(ObservableShortValue other)
default BigDecimalExpression
BigDecimalExpression. multiply(ObservableShortValue other)
default BigDecimalExpression
BigDecimalExpression. subtract(ObservableShortValue other)
-
Uses of ObservableShortValue in io.github.mmm.value.observable.number.biginteger
Methods in io.github.mmm.value.observable.number.biginteger with parameters of type ObservableShortValue Modifier and Type Method Description default BigIntegerExpression
BigIntegerExpression. add(ObservableShortValue other)
default BigIntegerExpression
BigIntegerExpression. divide(ObservableShortValue other)
default BigIntegerExpression
BigIntegerExpression. multiply(ObservableShortValue other)
default BigIntegerExpression
BigIntegerExpression. subtract(ObservableShortValue other)
-
Uses of ObservableShortValue in io.github.mmm.value.observable.number.bytes
Methods in io.github.mmm.value.observable.number.bytes with parameters of type ObservableShortValue Modifier and Type Method Description default ShortExpression
ByteExpression. add(ObservableShortValue other)
default ShortExpression
ByteExpression. divide(ObservableShortValue other)
default ShortExpression
ByteExpression. multiply(ObservableShortValue other)
default ShortExpression
ByteExpression. subtract(ObservableShortValue other)
-
Uses of ObservableShortValue in io.github.mmm.value.observable.number.doubles
Methods in io.github.mmm.value.observable.number.doubles with parameters of type ObservableShortValue Modifier and Type Method Description default DoubleExpression
DoubleExpression. add(ObservableShortValue other)
default DoubleExpression
DoubleExpression. divide(ObservableShortValue other)
default DoubleExpression
DoubleExpression. multiply(ObservableShortValue other)
default DoubleExpression
DoubleExpression. subtract(ObservableShortValue other)
-
Uses of ObservableShortValue in io.github.mmm.value.observable.number.floats
Methods in io.github.mmm.value.observable.number.floats with parameters of type ObservableShortValue Modifier and Type Method Description default FloatExpression
FloatExpression. add(ObservableShortValue other)
default FloatExpression
FloatExpression. divide(ObservableShortValue other)
default FloatExpression
FloatExpression. multiply(ObservableShortValue other)
default FloatExpression
FloatExpression. subtract(ObservableShortValue other)
-
Uses of ObservableShortValue in io.github.mmm.value.observable.number.integers
Methods in io.github.mmm.value.observable.number.integers with parameters of type ObservableShortValue Modifier and Type Method Description default IntegerExpression
IntegerExpression. add(ObservableShortValue other)
default IntegerExpression
IntegerExpression. divide(ObservableShortValue other)
default IntegerExpression
IntegerExpression. multiply(ObservableShortValue other)
default IntegerExpression
IntegerExpression. subtract(ObservableShortValue other)
-
Uses of ObservableShortValue in io.github.mmm.value.observable.number.longs
Methods in io.github.mmm.value.observable.number.longs with parameters of type ObservableShortValue Modifier and Type Method Description default LongExpression
LongExpression. add(ObservableShortValue other)
default LongExpression
LongExpression. divide(ObservableShortValue other)
default LongExpression
LongExpression. multiply(ObservableShortValue other)
default LongExpression
LongExpression. subtract(ObservableShortValue other)
-
Uses of ObservableShortValue in io.github.mmm.value.observable.number.shorts
Subinterfaces of ObservableShortValue 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 ObservableShortValue Modifier and Type Class Description class
ShortBinding
Methods in io.github.mmm.value.observable.number.shorts with parameters of type ObservableShortValue Modifier and Type Method Description default ShortExpression
ShortExpression. add(ObservableShortValue other)
default ShortExpression
ShortExpression. divide(ObservableShortValue other)
default ShortExpression
ShortExpression. multiply(ObservableShortValue other)
default ShortExpression
ShortExpression. subtract(ObservableShortValue other)
-