SRCTYPE - The input type.DSTTYPE - The output type.public abstract class AbstractAggregator<SRCTYPE,DSTTYPE> extends Object implements IAggregator<SRCTYPE,DSTTYPE>
IAggregator| Constructor and Description |
|---|
AbstractAggregator() |
| Modifier and Type | Method and Description |
|---|---|
DSTTYPE |
aggregate(SRCTYPE... aObjects)
Aggregate a collection of input objects to a single output object.
|
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitaggregate@Nullable public DSTTYPE aggregate(@Nonnull SRCTYPE... aObjects)
IAggregatoraggregate in interface IAggregator<SRCTYPE,DSTTYPE>aObjects - Source objects. May not be null.null.Copyright © 2014–2015 Philip Helger. All rights reserved.