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 Detail

      • matching

        N matching​(String regexpPattern)
        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.