DATATYPE - The data type to aggregate@Immutable public class AggregatorUseAll<DATATYPE> extends AbstractAggregator<DATATYPE,Collection<DATATYPE>>
| Constructor and Description |
|---|
AggregatorUseAll() |
| Modifier and Type | Method and Description |
|---|---|
Collection<DATATYPE> |
aggregate(Collection<DATATYPE> aResults)
Aggregate a collection of input objects to a single output object.
|
aggregate, equals, hashCode, toString@Nullable @ReturnsMutableObject(value="design") public Collection<DATATYPE> aggregate(@Nullable Collection<DATATYPE> aResults)
IAggregatoraResults - Source objects. May not be null.null.Copyright © 2014–2015 Philip Helger. All rights reserved.