Interface SimpleBooleanPredicateClausesStep<S extends SimpleBooleanPredicateClausesStep<?>>

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

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