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