Interface SelectionListMatcher<T>


public interface SelectionListMatcher<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    matches(Pattern pattern, long id, T object)
     
  • Method Details