Package com.google.gerrit.index.query
Class QueryBuilder.Definition<T,Q extends QueryBuilder<T>>
- java.lang.Object
-
- com.google.gerrit.index.query.QueryBuilder.Definition<T,Q>
-
- Type Parameters:
T
- type of object the predicates can evaluate in memory.Q
- type of the query builder subclass.
- Enclosing class:
- QueryBuilder<T>
public static class QueryBuilder.Definition<T,Q extends QueryBuilder<T>> extends Object
Defines the operators known by a QueryBuilder.This class is thread-safe and may be reused or cached.