Package com.helger.commons.aggregate
package com.helger.commons.aggregate
-
InterfacesClassDescriptionIAggregator<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).