Class AndPredicate

java.lang.Object
com.linkedin.venice.client.store.predicate.AndPredicate
All Implemented Interfaces:
Predicate

public class AndPredicate extends Object implements Predicate
  • Method Details

    • evaluate

      public boolean evaluate(org.apache.avro.generic.GenericRecord genericRecord)
      Specified by:
      evaluate in interface Predicate
    • getChildPredicates

      public List<Predicate> getChildPredicates()