Interface Matchable<M>

    • Method Detail

      • matches

        boolean matches​(Pattern[] patterns,
                        M matchMode)
        True if this object matches all provided patters (logical AND).
        Parameters:
        patterns - patterns
        matchMode - specifies a particular way in which the match should occur
        Returns:
        true if this object matches.