Creates a new javafx.beans.binding.BooleanBinding
that holds true
if a given javafx.collections.ObservableList
is not empty.
op
| the ObservableList | |
<E> | type of the List elements |
BooleanBinding
NullPointerException
| if the ObservableList is null |
Diagram: Bindings