Interface Predicate

All Superinterfaces:
Expression, Negatable
All Known Implementing Classes:
AbstractPredicate, BetweenPredicate, BinaryExpressionPredicate, BooleanLiteral, CompoundPredicate, EqPredicate, ExistsPredicate, GePredicate, GtPredicate, InPredicate, IsEmptyPredicate, IsNullPredicate, LePredicate, LikePredicate, LtPredicate, MemberOfPredicate, QuantifiableBinaryExpressionPredicate, UnaryExpressionPredicate

public interface Predicate extends Expression, Negatable
Since:
1.0.0
Author:
Christian Beikov, Moritz Becker