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