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

Type Parameters:
SR - Scope root type.
S - The "self" type (the actual exposed type of this step).
All Superinterfaces:
GenericSimpleBooleanPredicateClausesStep<SR,S,SimpleBooleanPredicateClausesCollector<SR,?>>, PredicateFinalStep, PredicateScoreStep<S>, SimpleBooleanPredicateClausesCollector<SR,SimpleBooleanPredicateClausesCollector<SR,?>>, SimpleBooleanPredicateOptionsStep<S>

public interface SimpleBooleanPredicateClausesStep<SR,S extends SimpleBooleanPredicateClausesStep<SR,?>> extends GenericSimpleBooleanPredicateClausesStep<SR,S,SimpleBooleanPredicateClausesCollector<SR,?>>, SimpleBooleanPredicateOptionsStep<S>
The initial and final step in a "simple boolean predicate" definition, where clauses can be added and options can be set.