T - type of grouped objectsR - The driver result of a query like ResultSetpublic class GroupingBy<T,R> extends Object implements Groupable<T,R>
<R>.| Constructor and Description |
|---|
GroupingBy(List<String> keys,
Class<T> type,
Transformable.TransformableType transformableType) |
GroupingBy(List<String> keys,
Class<T> type,
Transformable<R> transform) |
| Modifier and Type | Method and Description |
|---|---|
Collection<T> |
asCollection() |
List<T> |
asList() |
Set<T> |
asSet() |
void |
classifier(R row) |
public GroupingBy(List<String> keys, Class<T> type, Transformable.TransformableType transformableType)
public GroupingBy(List<String> keys, Class<T> type, Transformable<R> transform)
public void classifier(R row)
classifier in interface Groupable<T,R>public Collection<T> asCollection()
asCollection in interface Groupable<T,R>Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.