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 PredicateFinalStepThe 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 SearchPredicatetoPredicate()Create aSearchPredicateinstance matching the definition given in the previous DSL steps.
-
-
-
Method Detail
-
toPredicate
SearchPredicate toPredicate()
Create aSearchPredicateinstance matching the definition given in the previous DSL steps.- Returns:
- The
SearchPredicateresulting from the previous DSL steps.
-
-