Interface NestedPredicateClausesCollector<SR,S extends NestedPredicateClausesCollector<SR,?>>

Type Parameters:
SR - Scope root type.
All Superinterfaces:
SimpleBooleanPredicateClausesCollector<SR,S>
All Known Subinterfaces:
NestedPredicateClausesStep<SR,S>

public interface NestedPredicateClausesCollector<SR,S extends NestedPredicateClausesCollector<SR,?>> extends SimpleBooleanPredicateClausesCollector<SR,S>
An object where the clauses of a nested predicate can be set.

The resulting nested predicate must match all inner clauses, similarly to an "and" predicate.