Creates a new javafx.beans.binding.BooleanBinding
that contains the element
of an javafx.collections.ObservableList
at the specified position. The BooleanBinding
will hold false
if the index
is outside of the ObservableList
.
op | the ObservableList | |
index | the position in the List , converted to int |
BooleanBinding
NullPointerException | if the ObservableList or index is null |
Diagram: Bindings