Interface Predicate

All Superinterfaces:
Expression<Boolean>, Serializable
All Known Implementing Classes:
BooleanBuilder, BooleanExpression, BooleanOperation, BooleanPath, BooleanTemplate, PredicateOperation, PredicateTemplate

public interface Predicate extends Expression<Boolean>
Predicate is the common interface for Boolean typed expressions
Author:
tiwe
  • Method Summary

    Modifier and Type
    Method
    Description
    not()
    Get the negation of the expression

    Methods inherited from interface com.querydsl.core.types.Expression

    accept, getType
  • Method Details

    • not

      Predicate not()
      Get the negation of the expression
      Returns:
      negation