Package com.helger.commons.aggregate
-
Interface Summary Interface Description IAggregator<SRCTYPE,DSTTYPE> Aggregate a list of input objects to a single output object (change n to 1).ISplitter<SRCTYPE,DSTTYPE> Splits an input object to a list of output objects (change 1 to n).