Interface RegexpPredicateMatchingStep<N extends RegexpPredicateOptionsStep<?>>
- Type Parameters:
N
- The type of the next step.
- All Known Subinterfaces:
RegexpPredicateFieldMoreStep<S,
N>
public interface RegexpPredicateMatchingStep<N extends RegexpPredicateOptionsStep<?>>
The step in a "regexp" predicate definition where the pattern to match can be set.
-
Method Summary
-
Method Details
-
matching
Require at least one of the targeted fields to match the given regular expression pattern.- Parameters:
regexpPattern
- The pattern to match.- Returns:
- The next step.
-