Interface NestedPredicateClausesCollector<S extends NestedPredicateClausesCollector<?>>

All Superinterfaces:
SimpleBooleanPredicateClausesCollector<S>
All Known Subinterfaces:
NestedPredicateClausesStep<S>

public interface NestedPredicateClausesCollector<S extends NestedPredicateClausesCollector<?>> extends SimpleBooleanPredicateClausesCollector<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.