public static BooleanBinding lessThan (int op1, ObservableNumberValue op2)

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.

Parameters:
op1     the constant value
op2     the ObservableNumberValue

Returns:  the new BooleanBinding

Exceptions:
NullPointerException     if the ObservableNumberValue is null