Creates a BooleanBinding
that calculates the conditional-AND
operation on the value of two instance of
javafx.beans.value.ObservableBooleanValue
.
op1
| first ObservableBooleanValue | |
op2
| second ObservableBooleanValue |
BooleanBinding
NullPointerException
| if one of the operands is null |
Diagram: Bindings