com.mysema.query.group
Interface GroupCollector<T,R>

Type Parameters:
R - Target type (e.g. List, Set)

public interface GroupCollector<T,R>

A stateful collector of column values for a group.

Author:
sasa

Method Summary
 void add(T o)
          Add given value to this group
 R get()
           
 

Method Detail

add

void add(T o)
Add given value to this group

Parameters:
o -

get

R get()
Returns:
Value of this group.


Copyright © 2007-2012 Mysema Ltd. All Rights Reserved.