Class NotPredicate<T>

java.lang.Object
com.google.gerrit.index.query.Predicate<T>
com.google.gerrit.index.query.NotPredicate<T>
All Implemented Interfaces:
Matchable<T>

public final class NotPredicate<T> extends Predicate<T> implements Matchable<T>
Negates the result of another predicate.