public static <E> BooleanBinding isNotEmpty (ObservableSet<E> op)

Creates a new javafx.beans.binding.BooleanBinding that holds true if a given javafx.collections.ObservableSet is not empty.

Parameters:
op     the ObservableSet
<E>    the type of the Set elements

Returns:  the new BooleanBinding

Exceptions:
NullPointerException     if the ObservableSet is null

Since:  JavaFX 8.0