Class AndPredicate<T>

java.lang.Object
com.google.gerrit.index.query.Predicate<T>
com.google.gerrit.index.query.AndPredicate<T>
All Implemented Interfaces:
Matchable<T>, Comparator<Predicate<T>>
Direct Known Subclasses:
AndCardinalPredicate, AndSource, IsWatchedByPredicate

public class AndPredicate<T> extends Predicate<T> implements Matchable<T>, Comparator<Predicate<T>>
Requires all predicates to be true.