Interface GenericSimpleBooleanPredicateClausesStep<SR,S extends C,C extends SimpleBooleanPredicateClausesCollector<SR,?>>

Type Parameters:
SR - Scope root type.
S - The "self" type (the actual exposed type of this collector).
C - The "collector" type (the type of collector passed to the consumer in with(Consumer)).
All Superinterfaces:
PredicateFinalStep, SimpleBooleanPredicateClausesCollector<SR,C>
All Known Subinterfaces:
NestedPredicateClausesStep<SR,S>, SimpleBooleanPredicateClausesStep<SR,S>

public interface GenericSimpleBooleanPredicateClausesStep<SR,S extends C,C extends SimpleBooleanPredicateClausesCollector<SR,?>> extends SimpleBooleanPredicateClausesCollector<SR,C>, PredicateFinalStep
A generic superinterface for "simple boolean predicate" DSL steps that involve collecting clauses.

See also PredicateScoreStep or PredicateFinalStep.