Class GroupByDataLayer.GroupDescriptorMatcher<T>

  • All Implemented Interfaces:
    ca.odell.glazedlists.matchers.Matcher<T>
    Enclosing class:
    GroupByDataLayer<T>

    public static class GroupByDataLayer.GroupDescriptorMatcher<T>
    extends Object
    implements ca.odell.glazedlists.matchers.Matcher<T>
    To find out if an element is part of a group
    • Method Detail

      • matches

        public boolean matches​(T element)
        Specified by:
        matches in interface ca.odell.glazedlists.matchers.Matcher<T>