public BooleanBinding and (ObservableBooleanValue other)

Creates a new BooleanExpression that performs the conditional AND-operation on this BooleanExpression and a ObservableBooleanValue.

Parameters:
other     the other ObservableBooleanValue

Returns:  the new BooleanExpression

Exceptions:
NullPointerException     if other is null