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