Interface LazyAggregateLambdaFactory.LazyAccumulator<TOrigAccumulate,TSource>

Type Parameters:
TOrigAccumulate - Type of the original accumulator
TSource - Type of the enumerable input source.
All Known Implementing Classes:
BasicLazyAccumulator, SourceSorter
Enclosing class:
LazyAggregateLambdaFactory<TSource,TKey,TOrigAccumulate,TResult>

public static interface LazyAggregateLambdaFactory.LazyAccumulator<TOrigAccumulate,TSource>
Accumulate on the cached input sources.