Class SourceSorter<TAccumulate,​TSource,​TSortKey>

  • Type Parameters:
    TAccumulate - Type of the accumulator
    TSource - Type of the enumerable input source
    TSortKey - Type of the sort key

    public class SourceSorter<TAccumulate,​TSource,​TSortKey>
    extends java.lang.Object
    Helper that combines the sorting process and accumulating process against the aggregate execution, used with OrderedAggregateLambdaFactory.