Class LessThanOperation<V>


public class LessThanOperation<V> extends ComparisonOperation<V>
Represent $lt operation. Selects the documents where the value of the field is less than to a specified value
  • Constructor Details

    • LessThanOperation

      public LessThanOperation(String fieldName, V value)