T - Element typeR - Target type (e.g. List, Set)public interface GroupCollector<T,R>
| Modifier and Type | Method and Description |
|---|---|
void |
add(T o)
Add given value to this group
|
R |
get()
Get the value for this group
|
Copyright © 2007–2016 Querydsl. All rights reserved.