@Immutable public class AggregatorStringIgnoreNull extends AbstractAggregator<String,String>
null
values.| Constructor and Description |
|---|
AggregatorStringIgnoreNull() |
| 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–2016 Philip Helger. All rights reserved.