Uses of Interface
io.github.mmm.value.observable.number.shorts.ShortExpression
-
Packages that use ShortExpression Package Description io.github.mmm.property.number.shorts Contains property infrastructure forShort.io.github.mmm.value.observable.number.bytes TODOio.github.mmm.value.observable.number.shorts TODO -
-
Uses of ShortExpression in io.github.mmm.property.number.shorts
Subinterfaces of ShortExpression in io.github.mmm.property.number.shorts Modifier and Type Interface Description interfaceReadableShortPropertyinterfaceWritableShortPropertyClasses in io.github.mmm.property.number.shorts that implement ShortExpression Modifier and Type Class Description classShortPropertyImplementation ofWritableShortProperty. -
Uses of ShortExpression in io.github.mmm.value.observable.number.bytes
Methods in io.github.mmm.value.observable.number.bytes that return ShortExpression Modifier and Type Method Description default ShortExpressionByteExpression. add(short constant)default ShortExpressionByteExpression. add(ObservableShortValue other)default ShortExpressionByteExpression. divide(short constant)default ShortExpressionByteExpression. divide(ObservableShortValue other)default ShortExpressionByteExpression. multiply(short constant)default ShortExpressionByteExpression. multiply(ObservableShortValue other)default ShortExpressionByteExpression. subtract(short constant)default ShortExpressionByteExpression. subtract(ObservableShortValue other) -
Uses of ShortExpression in io.github.mmm.value.observable.number.shorts
Classes in io.github.mmm.value.observable.number.shorts that implement ShortExpression Modifier and Type Class Description classShortBindingMethods in io.github.mmm.value.observable.number.shorts that return ShortExpression Modifier and Type Method Description static ShortExpressionShortBinding. add(NumberExpression<?> expression, short constant)static ShortExpressionShortBinding. add(NumberExpression<?> expression, ObservableValue<? extends Number> other)static ShortExpressionShortBinding. add(NumberExpression<?> expression, Number constant)default ShortExpressionShortExpression. add(byte constant)default ShortExpressionShortExpression. add(short constant)default ShortExpressionShortExpression. add(ObservableByteValue other)default ShortExpressionShortExpression. add(ObservableShortValue other)static ShortExpressionShortBinding. addAll(ObservableValue<? extends Number>... observables)static ShortExpressionShortBinding. cast(NumberExpression<?> expression)static ShortExpressionShortBinding. divide(NumberExpression<?> expression, short constant)static ShortExpressionShortBinding. divide(NumberExpression<?> expression, ObservableValue<? extends Number> other)static ShortExpressionShortBinding. divide(NumberExpression<?> expression, Number constant)default ShortExpressionShortExpression. divide(byte constant)default ShortExpressionShortExpression. divide(short constant)default ShortExpressionShortExpression. divide(ObservableByteValue other)default ShortExpressionShortExpression. divide(ObservableShortValue other)static ShortExpressionShortBinding. divideAll(ObservableValue<? extends Number>... observables)static ShortExpressionShortBinding. multiply(NumberExpression<?> expression, short constant)static ShortExpressionShortBinding. multiply(NumberExpression<?> expression, ObservableValue<? extends Number> other)static ShortExpressionShortBinding. multiply(NumberExpression<?> expression, Number constant)default ShortExpressionShortExpression. multiply(byte constant)default ShortExpressionShortExpression. multiply(short constant)default ShortExpressionShortExpression. multiply(ObservableByteValue other)default ShortExpressionShortExpression. multiply(ObservableShortValue other)static ShortExpressionShortBinding. multiplyAll(ObservableValue<? extends Number>... observables)static ShortExpressionShortBinding. negate(ShortExpression expression)default ShortExpressionShortExpression. negate()static ShortExpressionShortBinding. subtract(NumberExpression<?> expression, short constant)static ShortExpressionShortBinding. subtract(NumberExpression<?> expression, ObservableValue<? extends Number> other)static ShortExpressionShortBinding. subtract(NumberExpression<?> expression, Number constant)default ShortExpressionShortExpression. subtract(byte constant)default ShortExpressionShortExpression. subtract(short constant)default ShortExpressionShortExpression. subtract(ObservableByteValue other)default ShortExpressionShortExpression. subtract(ObservableShortValue other)static ShortExpressionShortBinding. subtractAll(ObservableValue<? extends Number>... observables)Methods in io.github.mmm.value.observable.number.shorts with parameters of type ShortExpression Modifier and Type Method Description static ShortExpressionShortBinding. negate(ShortExpression expression)
-