java.lang.Object
org.evomaster.client.java.controller.mongo.operations.QueryOperation
org.evomaster.client.java.controller.mongo.operations.AllOperation<V>

public class AllOperation<V> extends QueryOperation
Represent $all operation. Matches arrays that contain all elements specified in the query.
  • Constructor Details

    • AllOperation

      public AllOperation(String fieldName, List<V> values)
  • Method Details

    • getFieldName

      public String getFieldName()
    • getValues

      public List<V> getValues()