Predicate<Q>
public static interface Meta.Predicate<Q extends QueryPart> extends Predicate<Q>
boolean
test(Q t)
and, negate, or
boolean test(Q t)
test
Predicate<Q extends QueryPart>