public static BooleanBinding and (ObservableBooleanValue op1, ObservableBooleanValue op2)

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

Parameters:
op1     first ObservableBooleanValue
op2     second ObservableBooleanValue

Returns:  the new BooleanBinding

Exceptions:
NullPointerException     if one of the operands is null