public static BooleanBinding not (ObservableBooleanValue op)

Creates a BooleanBinding that calculates the inverse of the value of a javafx.beans.value.ObservableBooleanValue.

Parameters:
op     the ObservableBooleanValue

Returns:  the new BooleanBinding

Exceptions:
NullPointerException     if the operand is null