Class AndPredicate<T>

java.lang.Object
com.linkedin.venice.client.store.predicate.CompositePredicate<T>
com.linkedin.venice.client.store.predicate.AndPredicate<T>
All Implemented Interfaces:
Predicate<T>, Iterable<Predicate<T>>

public class AndPredicate<T> extends CompositePredicate<T>
  • Method Details

    • evaluate

      public boolean evaluate(T value)