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

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

Parameters:
op     the ObservableList
<E>    type of the List elements

Returns:  the new BooleanBinding

Exceptions:
NullPointerException     if the ObservableList is null

Since:  JavaFX 8.0