infix inline fun ObservableBooleanValue.eq(other: ObservableBooleanValue): BooleanBinding Creates a new BooleanBinding that holds true
if the values of two instances of ObservableBooleanValue are equal.
See also
BooleanExpression.isEqualTo
infix inline fun ObservableNumberValue.eq(other: ObservableNumberValue): BooleanBinding inline fun ObservableNumberValue.eq(other: ObservableNumberValue, epsilon: Double): BooleanBinding inline fun ObservableNumberValue.eq(other: Double, epsilon: Double): BooleanBinding inline fun Double.eq(other: ObservableNumberValue, epsilon: Double): BooleanBinding inline fun ObservableNumberValue.eq(other: Float, epsilon: Double): BooleanBinding inline fun Float.eq(other: ObservableNumberValue, epsilon: Double): BooleanBinding infix inline fun ObservableNumberValue.eq(other: Long): BooleanBinding infix inline fun Long.eq(other: ObservableNumberValue): BooleanBinding inline fun ObservableNumberValue.eq(other: Long, epsilon: Double): BooleanBinding inline fun Long.eq(other: ObservableNumberValue, epsilon: Double): BooleanBinding infix inline fun ObservableNumberValue.eq(other: Int): BooleanBinding infix inline fun Int.eq(other: ObservableNumberValue): BooleanBinding inline fun ObservableNumberValue.eq(other: Int, epsilon: Double): BooleanBinding inline fun Int.eq(other: ObservableNumberValue, epsilon: Double): BooleanBinding See also
NumberExpressionBase.isEqualTo
infix inline fun ObservableNumberValue.eq(other: Double): BooleanBinding infix inline fun Double.eq(other: ObservableNumberValue): BooleanBinding infix inline fun ObservableNumberValue.eq(other: Float): BooleanBinding infix inline fun Float.eq(other: ObservableNumberValue): BooleanBinding This function is weirdly not inherited by NumberExpressionBase.
infix inline fun ObservableObjectValue<*>.eq(other: ObservableObjectValue<*>): BooleanBinding infix inline fun ObservableObjectValue<*>.eq(other: Any): BooleanBinding infix inline fun Any.eq(other: ObservableObjectValue<*>): BooleanBinding See also
ObjectExpression.isEqualTo
infix inline fun ObservableStringValue.eq(other: ObservableStringValue): BooleanBinding infix inline fun ObservableStringValue.eq(other: String): BooleanBinding See also
StringExpression.isEqualTo
infix inline fun String.eq(other: ObservableStringValue): BooleanBinding See also
StringExpression.isNotEqualTo