Interface Matcher<M>

    • Method Detail

      • isMatching

        boolean isMatching​(M aMatchee)
        Tests whether the given event is matching the mathcer's criteria.
        Parameters:
        aMatchee - The matchee used for testing matchability.
        Returns:
        True in case the matchee matches the matcher's criteria, else false.