lessThan
Create a less than expression that evaluates whether or not the current expression is less than the given expression.
Return
a less than expression.
Parameters
the string expression to compare with the current expression.
Create a less than expression that evaluates whether or not the current expression is less than the given expression.
Return
a less than expression.
Parameters
the int expression to compare with the current expression.
Create a less than expression that evaluates whether or not the current expression is less than the given expression.
Return
a less than expression.
Parameters
the long expression to compare with the current expression.
Create a less than expression that evaluates whether or not the current expression is less than the given expression.
Return
a less than expression.
Parameters
the float expression to compare with the current expression.
Create a less than expression that evaluates whether or not the current expression is less than the given expression.
Return
a less than expression.
Parameters
the double expression to compare with the current expression.
Create a less than expression that evaluates whether or not the current expression is less than the given expression.
Return
a less than expression.
Parameters
the boolean expression to compare with the current expression.
Create a less than expression that evaluates whether or not the current expression is less than the given expression.
Return
a less than expression.
Parameters
the date expression to compare with the current expression.