public static BooleanBinding isNull (ObservableObjectValue<?> op)

Creates a new javafx.beans.binding.BooleanBinding that holds true if the value of an javafx.beans.value.ObservableObjectValue is null.

Parameters:
op     the ObservableObjectValue

Returns:  the new BooleanBinding

Exceptions:
NullPointerException     if the ObservableObjectValue is null