@Immutable public class AggregatorString extends AbstractAggregator<String,String>
| Constructor and Description |
|---|
AggregatorString() |
| Modifier and Type | Method and Description |
|---|---|
String |
aggregate(Collection<String> aObjects)
Aggregate a collection of input objects to a single output object.
|
aggregate, equals, hashCode, toString@Nonnull public String aggregate(@Nonnull Collection<String> aObjects)
IAggregatoraObjects - Source objects. May not be null.null.Copyright © 2014–2015 Philip Helger. All rights reserved.