Interface Groupable<T,R>
-
- Type Parameters:
T- type of grouped objectsR- The driver result of a query likeResultSet
- 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<T>asCollection()List<T>asList()Set<T>asSet()voidclassifier(R row)
-