Creates a new javafx.beans.binding.BooleanBinding
that holds true
if a given javafx.collections.ObservableMap
is not empty.
op
| the ObservableMap | |
<K> | type of the key elements of the Map | |
<V> | type of the value elements of the Map |
BooleanBinding
NullPointerException
| if the ObservableMap is null |
Diagram: Bindings