| Interface | Description |
|---|---|
| IAggregator<SRCTYPE,DSTTYPE> |
Aggregate a list of input objects to an output object.
|
| IAggregatorFactory<SRCTYPE,DSTTYPE> |
Base interface for a factory creating
IAggregator objects. |
| Class | Description |
|---|---|
| AggregatorAlwaysNull<SRCTYPE,DSTTYPE> |
Always returns
null. |
| AggregatorConstant<SRCTYPE,DSTTYPE> |
Always returns
null. |
| AggregatorFactoryConst<SRCTYPE,DSTTYPE> |
Implementation if
IAggregatorFactory with a constant instance |
| AggregatorFactoryNewInstance<SRCTYPE,DSTTYPE> |
Factory for new aggregator objects.
|
| AggregatorUseAll<DATATYPE> |
Always use the complete list of results.
|
| AggregatorUseFirst<DATATYPE> |
Always use the last result.
|
| AggregatorUseLast<DATATYPE> |
Always use the last result.
|
Copyright © 2006–2015 phloc systems. All rights reserved.