Class LessThanOperation<V>
java.lang.Object
org.evomaster.client.java.controller.mongo.operations.QueryOperation
org.evomaster.client.java.controller.mongo.operations.ComparisonOperation<V>
org.evomaster.client.java.controller.mongo.operations.LessThanOperation<V>
Represent $lt operation.
Selects the documents where the value of the field is less than to a specified value
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.evomaster.client.java.controller.mongo.operations.ComparisonOperation
getFieldName, getValue
-
Constructor Details
-
LessThanOperation
-