com.mysema.query.group
Interface GroupProcessor<K,O>

Type Parameters:
K - Key type of the input map
O - Output type of this transformation
All Superinterfaces:
org.apache.commons.collections15.Transformer<Map<K,Group>,O>

public interface GroupProcessor<K,O>
extends org.apache.commons.collections15.Transformer<Map<K,Group>,O>

A result processor for GroupBy that gets to analyze (and optionally reject) the result set rows in the first place and then gets to transform the Map-based results into something else.

Author:
sasa

Method Summary
 boolean accept(Object[] row)
           
 
Methods inherited from interface org.apache.commons.collections15.Transformer
transform
 

Method Detail

accept

boolean accept(Object[] row)


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