| Interface | Description |
|---|---|
| GroupBy<T> |
Runtime interface for GroupBy instances generated by SEP.
|
| GroupByIniitialiser<S,T> |
An initialiser function for a new item inserted into a group.
|
| MultiKey<T> |
A complex key for use with GroupBy.
|
| Class | Description |
|---|---|
| AggregateFunctions |
Math functions for use with GroupBy.
|
| AggregateFunctions.AggregateAverage | |
| AggregateFunctions.AggregateCount | |
| AggregateFunctions.AggregateMax | |
| AggregateFunctions.AggregateMin | |
| AggregateFunctions.AggregatePassThrough | |
| AggregateFunctions.AggregateSum | |
| GroupByTargetMap<U,T extends Wrapper<U>> |
A map holding the instances in the group by
|
Copyright © 2019. All rights reserved.