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 interfaceReadableShortPropertyinterfaceWritableShortPropertyClasses in io.github.mmm.property.number.shorts that implement ObservableShortValue Modifier and Type Class Description classShortPropertyImplementation 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 BigDecimalExpressionBigDecimalExpression. add(ObservableShortValue other)default BigDecimalExpressionBigDecimalExpression. divide(ObservableShortValue other)default BigDecimalExpressionBigDecimalExpression. multiply(ObservableShortValue other)default BigDecimalExpressionBigDecimalExpression. 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 BigIntegerExpressionBigIntegerExpression. add(ObservableShortValue other)default BigIntegerExpressionBigIntegerExpression. divide(ObservableShortValue other)default BigIntegerExpressionBigIntegerExpression. multiply(ObservableShortValue other)default BigIntegerExpressionBigIntegerExpression. 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 ShortExpressionByteExpression. add(ObservableShortValue other)default ShortExpressionByteExpression. divide(ObservableShortValue other)default ShortExpressionByteExpression. multiply(ObservableShortValue other)default ShortExpressionByteExpression. 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 DoubleExpressionDoubleExpression. add(ObservableShortValue other)default DoubleExpressionDoubleExpression. divide(ObservableShortValue other)default DoubleExpressionDoubleExpression. multiply(ObservableShortValue other)default DoubleExpressionDoubleExpression. 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 FloatExpressionFloatExpression. add(ObservableShortValue other)default FloatExpressionFloatExpression. divide(ObservableShortValue other)default FloatExpressionFloatExpression. multiply(ObservableShortValue other)default FloatExpressionFloatExpression. 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 IntegerExpressionIntegerExpression. add(ObservableShortValue other)default IntegerExpressionIntegerExpression. divide(ObservableShortValue other)default IntegerExpressionIntegerExpression. multiply(ObservableShortValue other)default IntegerExpressionIntegerExpression. 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 LongExpressionLongExpression. add(ObservableShortValue other)default LongExpressionLongExpression. divide(ObservableShortValue other)default LongExpressionLongExpression. multiply(ObservableShortValue other)default LongExpressionLongExpression. 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 interfaceShortExpressionClasses in io.github.mmm.value.observable.number.shorts that implement ObservableShortValue Modifier and Type Class Description classShortBindingMethods in io.github.mmm.value.observable.number.shorts with parameters of type ObservableShortValue Modifier and Type Method Description default ShortExpressionShortExpression. add(ObservableShortValue other)default ShortExpressionShortExpression. divide(ObservableShortValue other)default ShortExpressionShortExpression. multiply(ObservableShortValue other)default ShortExpressionShortExpression. subtract(ObservableShortValue other)
-