Creates a new javafx.beans.binding.BooleanBinding
that holds true
if the value of a javafx.beans.value.ObservableStringValue
is
greater than a constant value.
Note: In this comparison a String
that is null
is
considered equal to an empty String
.
op1
| the ObservableStringValue | |
op2
| the constant value |
BooleanBinding
NullPointerException
| if the ObservableStringValue is null |
Diagram: Bindings