SRCTYPE - The input type.DSTTYPE - The output type.@FunctionalInterface public interface IAggregator<SRCTYPE,DSTTYPE> extends IFunction<Collection<SRCTYPE>,DSTTYPE>
| Modifier and Type | Method and Description |
|---|---|
default DSTTYPE |
apply(SRCTYPE... aObjects)
Aggregate a array of input objects to a single output object.
|
Copyright © 2014–2019 Philip Helger. All rights reserved.