plus

inline operator fun ObservableNumberValue.plus(other: ObservableNumberValue): NumberBinding

See also

NumberExpressionBase.add

inline operator fun ObservableDoubleValue.plus(other: ObservableNumberValue): DoubleBinding
inline operator fun ObservableDoubleValue.plus(other: Double): DoubleBinding
inline operator fun Double.plus(other: ObservableDoubleValue): DoubleBinding
inline operator fun ObservableDoubleValue.plus(other: Float): DoubleBinding
inline operator fun Float.plus(other: ObservableDoubleValue): DoubleBinding
inline operator fun ObservableDoubleValue.plus(other: Long): DoubleBinding
inline operator fun Long.plus(other: ObservableDoubleValue): DoubleBinding
inline operator fun ObservableDoubleValue.plus(other: Int): DoubleBinding
inline operator fun Int.plus(other: ObservableDoubleValue): DoubleBinding

See also

DoubleExpression.add

inline operator fun ObservableFloatValue.plus(other: Double): DoubleBinding
inline operator fun Double.plus(other: ObservableFloatValue): DoubleBinding
inline operator fun ObservableFloatValue.plus(other: Float): FloatBinding
inline operator fun Float.plus(other: ObservableFloatValue): FloatBinding
inline operator fun ObservableFloatValue.plus(other: Long): FloatBinding
inline operator fun Long.plus(other: ObservableFloatValue): FloatBinding
inline operator fun ObservableFloatValue.plus(other: Int): FloatBinding
inline operator fun Int.plus(other: ObservableFloatValue): FloatBinding

See also

FloatExpression.add

inline operator fun ObservableIntegerValue.plus(other: Double): DoubleBinding
inline operator fun Double.plus(other: ObservableIntegerValue): DoubleBinding
inline operator fun ObservableIntegerValue.plus(other: Float): FloatBinding
inline operator fun Float.plus(other: ObservableIntegerValue): FloatBinding
inline operator fun ObservableIntegerValue.plus(other: Long): LongBinding
inline operator fun Long.plus(other: ObservableIntegerValue): LongBinding
inline operator fun ObservableIntegerValue.plus(other: Int): IntegerBinding
inline operator fun Int.plus(other: ObservableIntegerValue): IntegerBinding

See also

IntegerExpression.add

inline operator fun ObservableLongValue.plus(other: Double): DoubleBinding
inline operator fun Double.plus(other: ObservableLongValue): DoubleBinding
inline operator fun ObservableLongValue.plus(other: Float): FloatBinding
inline operator fun Float.plus(other: ObservableLongValue): FloatBinding
inline operator fun ObservableLongValue.plus(other: Long): LongBinding
inline operator fun Long.plus(other: ObservableLongValue): LongBinding
inline operator fun ObservableLongValue.plus(other: Int): LongBinding
inline operator fun Int.plus(other: ObservableLongValue): LongBinding

See also

LongExpression.add