Interface SelectionListMatcher<T>


  • public interface SelectionListMatcher<T>
    • Method Summary

      Modifier and Type Method Description
      boolean matches​(java.util.regex.Pattern pattern, long id, T object)  
    • Method Detail

      • matches

        boolean matches​(@Nullable
                        java.util.regex.Pattern pattern,
                        long id,
                        T object)