| Package | Description |
|---|---|
| com.phloc.commons.aggregate |
| Modifier and Type | Class and Description |
|---|---|
class |
AggregatorAlwaysNull<SRCTYPE,DSTTYPE>
Always returns
null. |
class |
AggregatorConstant<SRCTYPE,DSTTYPE>
Always returns
null. |
class |
AggregatorUseAll<DATATYPE>
Always use the complete list of results.
|
class |
AggregatorUseFirst<DATATYPE>
Always use the last result.
|
class |
AggregatorUseLast<DATATYPE>
Always use the last result.
|
| Modifier and Type | Method and Description |
|---|---|
IAggregator<SRCTYPE,DSTTYPE> |
AggregatorFactoryNewInstance.create() |
IAggregator<SRCTYPE,DSTTYPE> |
AggregatorFactoryConst.create() |
| Constructor and Description |
|---|
AggregatorFactoryConst(IAggregator<SRCTYPE,DSTTYPE> aAggregator) |
Copyright © 2006–2015 phloc systems. All rights reserved.