- All Implemented Interfaces:
- ComparisonOperator, Operator
public class LessThanEquals
extends Object
implements ComparisonOperator
The LessThan operator will return result that have a less value than or equals to the operand.
Example:
- logicService.parse("'CD4 COUNT'").lte(200);
The above will give us a criteria to get the "CD4 COUNT" observations that has the value numeric
less than or equals to 200
- See Also:
GreaterThan
,
GreaterThanEquals
,
LessThan