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