Interface LazyAggregateLambdaFactory.LazyAccumulator<TOrigAccumulate,TSource>
- Type Parameters:
TOrigAccumulate- Type of the original accumulatorTSource- 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.
-
Method Summary
Modifier and TypeMethodDescriptionvoidaccumulate(Iterable<TSource> sourceIterable, TOrigAccumulate accumulator)
-
Method Details
-
accumulate
-