public class IndexReduction extends ReductionTarget<java.lang.Object>
ReductionTarget that generates an index value similar to an SQL GROUP BY clause.| Constructor and Description |
|---|
IndexReduction(PropExpression<?> tag) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
combine(java.lang.Object a,
java.lang.Object b)
Combine two partial values.
|
equals, getDefault, getExpression, getReduction, getTarget, hashCode, toStringpublic IndexReduction(PropExpression<?> tag) throws IllegalReductionException
IllegalReductionExceptionpublic java.lang.Object combine(java.lang.Object a,
java.lang.Object b)
ReductionTargetcombine in class ReductionTarget<java.lang.Object>