Interface Predicate

All Superinterfaces:
DomainResultProducer<Boolean>, Expression, SqlAstNode, SqlSelectionProducer
All Known Implementing Classes:
AbstractPredicate, BetweenPredicate, BooleanExpressionPredicate, ComparisonPredicate, ExistsPredicate, FilterPredicate, FilterPredicate.FilterFragmentPredicate, GroupedPredicate, InArrayPredicate, InListPredicate, InSubQueryPredicate, Junction, LikePredicate, NegatedPredicate, NullnessPredicate, SelfRenderingPredicate, SqlFragmentPredicate, ThruthnessPredicate

public interface Predicate extends Expression, DomainResultProducer<Boolean>
Models a predicate in the SQL AST