SRCTYPE - The input type.DSTTYPE - The output type.public interface IAggregator<SRCTYPE,DSTTYPE>
@Nullable DSTTYPE aggregate(@Nonnull Collection<SRCTYPE> aObjects)
aObjects - Source objects. May not be null.null.Copyright © 2014–2015 Philip Helger. All rights reserved.