Class OrPredicate<T>

java.lang.Object
com.google.gerrit.index.query.Predicate<T>
com.google.gerrit.index.query.OrPredicate<T>
All Implemented Interfaces:
Matchable<T>
Direct Known Subclasses:
BranchSetIndexPredicate, LabelPredicate, OrCardinalPredicate, OrSource, ParentProjectPredicate

public class OrPredicate<T> extends Predicate<T> implements Matchable<T>
Requires one predicate to be true.