Interface Predicate

All Superinterfaces:
Expression<Boolean>, Selection<Boolean>, TupleElement<Boolean>
All Known Subinterfaces:
CriteriaBuilder.In<T>

public interface Predicate extends Expression<Boolean>
The type of a simple or compound predicate: a conjunction or disjunction of restrictions. A simple predicate is considered to be a conjunction with a single conjunct.
Since:
2.0