Class SequencedAdderAggregateLambdaFactory<TSource,​TAccumulate,​TResult,​TKey>

  • Type Parameters:
    TSource - Type of the enumerable input source
    TAccumulate - Type of the accumulator
    TResult - Type of the enumerable output result
    TKey - Type of the group-by key
    All Implemented Interfaces:
    AggregateLambdaFactory<TSource,​TAccumulate,​TAccumulate,​TResult,​TKey>

    public class SequencedAdderAggregateLambdaFactory<TSource,​TAccumulate,​TResult,​TKey>
    extends java.lang.Object
    implements AggregateLambdaFactory<TSource,​TAccumulate,​TAccumulate,​TResult,​TKey>
    Implementation of AggregateLambdaFactory that applies a sequence of accumulator adders to input source.