Creates a new javafx.beans.binding.BooleanBinding
that holds true
if a constant value is less than the value of a
javafx.beans.value.ObservableNumberValue
.
op1
| the constant value | |
op2
| the ObservableNumberValue |
BooleanBinding
NullPointerException
| if the ObservableNumberValue is null |
Diagram: Bindings