Interface PredicateFinalStep
-
- All Known Subinterfaces:
BooleanPredicateClausesStep<S>
,ExistsPredicateOptionsStep<S>
,MatchAllPredicateOptionsStep<S>
,MatchIdPredicateMatchingMoreStep<S,N>
,MatchIdPredicateOptionsStep<S>
,MatchPredicateOptionsStep<S>
,NamedPredicateOptionsStep
,NestedPredicateOptionsStep<S>
,PhrasePredicateOptionsStep<S>
,RangePredicateOptionsStep<S>
,RegexpPredicateOptionsStep<S>
,SimpleQueryStringPredicateOptionsStep<S>
,SpatialWithinPredicateOptionsStep<S>
,TermsPredicateOptionsStep<S>
,WildcardPredicateOptionsStep<S>
- All Known Implementing Classes:
AbstractPredicateFinalStep
,StaticPredicateFinalStep
public interface PredicateFinalStep
The final step in a predicate definition, where the predicate can be retrieved.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchPredicate
toPredicate()
Create aSearchPredicate
instance matching the definition given in the previous DSL steps.
-
-
-
Method Detail
-
toPredicate
SearchPredicate toPredicate()
Create aSearchPredicate
instance matching the definition given in the previous DSL steps.- Returns:
- The
SearchPredicate
resulting from the previous DSL steps.
-
-