Creates a new javafx.beans.binding.IntegerBinding
that holds the length of a
javafx.beans.value.ObservableStringValue
.
Note: In this comparison a String
that is null
is
considered to have a length of 0
.
op
| the ObservableStringValue |
IntegerBinding
NullPointerException
| if the ObservableStringValue is null |
Diagram: Bindings