Uses of Interface
io.github.mmm.value.observable.number.bytes.ObservableByteValue
-
Packages that use ObservableByteValue Package Description io.github.mmm.property.number.bytes Contains property infrastructure forByte.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 ObservableByteValue in io.github.mmm.property.number.bytes
Subinterfaces of ObservableByteValue in io.github.mmm.property.number.bytes Modifier and Type Interface Description interfaceReadableBytePropertyinterfaceWritableBytePropertyClasses in io.github.mmm.property.number.bytes that implement ObservableByteValue Modifier and Type Class Description classBytePropertyImplementation ofWritableByteProperty. -
Uses of ObservableByteValue in io.github.mmm.value.observable.number
Methods in io.github.mmm.value.observable.number with parameters of type ObservableByteValue Modifier and Type Method Description NumberExpression<?>NumberExpression. add(ObservableByteValue other)NumberExpression<?>NumberExpression. divide(ObservableByteValue other)NumberExpression<?>NumberExpression. multiply(ObservableByteValue other)NumberExpression<?>NumberExpression. subtract(ObservableByteValue other) -
Uses of ObservableByteValue in io.github.mmm.value.observable.number.bigdecimal
Methods in io.github.mmm.value.observable.number.bigdecimal with parameters of type ObservableByteValue Modifier and Type Method Description default BigDecimalExpressionBigDecimalExpression. add(ObservableByteValue other)default BigDecimalExpressionBigDecimalExpression. divide(ObservableByteValue other)default BigDecimalExpressionBigDecimalExpression. multiply(ObservableByteValue other)default BigDecimalExpressionBigDecimalExpression. subtract(ObservableByteValue other) -
Uses of ObservableByteValue in io.github.mmm.value.observable.number.biginteger
Methods in io.github.mmm.value.observable.number.biginteger with parameters of type ObservableByteValue Modifier and Type Method Description default BigIntegerExpressionBigIntegerExpression. add(ObservableByteValue other)default BigIntegerExpressionBigIntegerExpression. divide(ObservableByteValue other)default BigIntegerExpressionBigIntegerExpression. multiply(ObservableByteValue other)default BigIntegerExpressionBigIntegerExpression. subtract(ObservableByteValue other) -
Uses of ObservableByteValue in io.github.mmm.value.observable.number.bytes
Subinterfaces of ObservableByteValue in io.github.mmm.value.observable.number.bytes Modifier and Type Interface Description interfaceByteExpressionClasses in io.github.mmm.value.observable.number.bytes that implement ObservableByteValue Modifier and Type Class Description classByteBindingMethods in io.github.mmm.value.observable.number.bytes with parameters of type ObservableByteValue Modifier and Type Method Description default ByteExpressionByteExpression. add(ObservableByteValue other)default ByteExpressionByteExpression. divide(ObservableByteValue other)default ByteExpressionByteExpression. multiply(ObservableByteValue other)default ByteExpressionByteExpression. subtract(ObservableByteValue other) -
Uses of ObservableByteValue in io.github.mmm.value.observable.number.doubles
Methods in io.github.mmm.value.observable.number.doubles with parameters of type ObservableByteValue Modifier and Type Method Description default DoubleExpressionDoubleExpression. add(ObservableByteValue other)default DoubleExpressionDoubleExpression. divide(ObservableByteValue other)default DoubleExpressionDoubleExpression. multiply(ObservableByteValue other)default DoubleExpressionDoubleExpression. subtract(ObservableByteValue other) -
Uses of ObservableByteValue in io.github.mmm.value.observable.number.floats
Methods in io.github.mmm.value.observable.number.floats with parameters of type ObservableByteValue Modifier and Type Method Description default FloatExpressionFloatExpression. add(ObservableByteValue other)default FloatExpressionFloatExpression. divide(ObservableByteValue other)default FloatExpressionFloatExpression. multiply(ObservableByteValue other)default FloatExpressionFloatExpression. subtract(ObservableByteValue other) -
Uses of ObservableByteValue in io.github.mmm.value.observable.number.integers
Methods in io.github.mmm.value.observable.number.integers with parameters of type ObservableByteValue Modifier and Type Method Description default IntegerExpressionIntegerExpression. add(ObservableByteValue other)default IntegerExpressionIntegerExpression. divide(ObservableByteValue other)default IntegerExpressionIntegerExpression. multiply(ObservableByteValue other)default IntegerExpressionIntegerExpression. subtract(ObservableByteValue other) -
Uses of ObservableByteValue in io.github.mmm.value.observable.number.longs
Methods in io.github.mmm.value.observable.number.longs with parameters of type ObservableByteValue Modifier and Type Method Description default LongExpressionLongExpression. add(ObservableByteValue other)default LongExpressionLongExpression. divide(ObservableByteValue other)default LongExpressionLongExpression. multiply(ObservableByteValue other)default LongExpressionLongExpression. subtract(ObservableByteValue other) -
Uses of ObservableByteValue in io.github.mmm.value.observable.number.shorts
Methods in io.github.mmm.value.observable.number.shorts with parameters of type ObservableByteValue Modifier and Type Method Description default ShortExpressionShortExpression. add(ObservableByteValue other)default ShortExpressionShortExpression. divide(ObservableByteValue other)default ShortExpressionShortExpression. multiply(ObservableByteValue other)default ShortExpressionShortExpression. subtract(ObservableByteValue other)
-