SRCTYPE - The input type.DSTTYPE - The output type.public interface IAggregator<SRCTYPE,DSTTYPE>
| Modifier and Type | Method and Description |
|---|---|
DSTTYPE |
aggregate(Collection<SRCTYPE> aObjects)
Aggregate a collection of input objects to a single output object.
|
DSTTYPE |
aggregate(SRCTYPE... aObjects)
Aggregate a collection of input objects to a single output object.
|
@Nullable DSTTYPE aggregate(@Nonnull Collection<SRCTYPE> aObjects)
aObjects - Source objects. May not be null.null.Copyright © 2014–2015 Philip Helger. All rights reserved.