Interface Matcher<T>

  • Type Parameters:
    T -

    public interface Matcher<T>
    A matcher indicates if an item matches an specific restriction.
    • Method Detail

      • matches

        boolean matches​(T item)