org.qi4j.api.query.grammar
Interface Predicate

All Superinterfaces:
BooleanExpression
All Known Subinterfaces:
AssociationIsNotNullPredicate, AssociationIsNullPredicate, AssociationNullPredicate, ComparisonPredicate<T>, ContainsAllPredicate<T,C>, ContainsPredicate<T,C>, EqualsPredicate<T>, GreaterOrEqualPredicate<T>, GreaterThanPredicate<T>, LessOrEqualPredicate<T>, LessThanPredicate<T>, ManyAssociationContainsPredicate<T>, MatchesPredicate, NotEqualsPredicate<T>, PropertyIsNotNullPredicate<T>, PropertyIsNullPredicate<T>, PropertyNullPredicate<T>

public interface Predicate
extends BooleanExpression

JAVADOC Add JavaDoc


Method Summary
 
Methods inherited from interface org.qi4j.api.query.grammar.BooleanExpression
eval