Creates a new javafx.beans.binding.BooleanBinding
that holds true
if the value of the first
javafx.beans.value.ObservableNumberValue
is greater than the
value of the second.
op1
| the first operand | |
op2
| the second operand |
BooleanBinding
NullPointerException
| if one of the operands is null |
Diagram: Bindings