and

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

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

See also

BooleanExpression.and