Package com.helger.commons.aggregate


package com.helger.commons.aggregate
  • Interfaces
    Class
    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).