Interface Groupable<T,​R>

  • Type Parameters:
    T - type of grouped objects
    R - The driver result of a query like ResultSet
    All Known Implementing Classes:
    GroupingBy, NoGroupingBy

    public interface Groupable<T,​R>
    Create group of objects with a tabular result <R>.
    Since:
    0.6.0
    Author:
    Alisson Gomes
    • Method Detail

      • classifier

        void classifier​(R row)
      • asList

        List<T> asList()
      • asSet

        Set<T> asSet()