or

infix inline fun ObservableBooleanValue.or(other: ObservableBooleanValue): BooleanBinding

Creates a BooleanBinding that calculates the conditional-OR operation on the value of two instance of ObservableBooleanValue.

See also

BooleanExpression.or