SRCTYPE - The input type.DSTTYPE - The output type.public interface IAggregator<SRCTYPE,DSTTYPE>
| Modifier and Type | Method and Description |
|---|---|
DSTTYPE |
aggregate(Collection<SRCTYPE> aObjects) |
@Nullable DSTTYPE aggregate(@Nonnull Collection<SRCTYPE> aObjects)
Copyright © 2006–2015 phloc systems. All rights reserved.