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

Type Parameters:
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<C>
All Known Subinterfaces:
NestedPredicateClausesStep<S>, SimpleBooleanPredicateClausesStep<S>

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

See also PredicateScoreStep or PredicateFinalStep.