Package com.querydsl.core.types
Interface Predicate
- All Superinterfaces:
Expression<Boolean>,Serializable
- All Known Implementing Classes:
BooleanBuilder,BooleanExpression,BooleanOperation,BooleanPath,BooleanTemplate,PredicateOperation,PredicateTemplate
Predicate is the common interface for Boolean typed expressions- Author:
- tiwe
-
Method Summary
Methods inherited from interface com.querydsl.core.types.Expression
accept, getType
-
Method Details
-
not
Predicate not()Get the negation of the expression- Returns:
- negation
-