Package com.querydsl.core.group
Interface GroupCollector<T,R>
- Type Parameters:
T- Element typeR- Target type (e.g. List, Set)
public interface GroupCollector<T,R>
A stateful collector of column values for a group.
- Author:
- sasa
-
Method Summary
-
Method Details
-
add
Add given value to this group- Parameters:
o- value to add
-
get
R get()Get the value for this group- Returns:
- value of this group.
-