TOrigAccumulate - Type of the original accumulatorTSource - Type of the enumerable input source.public static interface LazyAggregateLambdaFactory.LazyAccumulator<TOrigAccumulate,TSource>
| Modifier and Type | Method and Description |
|---|---|
void |
accumulate(Iterable<TSource> sourceIterable,
TOrigAccumulate accumulator) |
void accumulate(Iterable<TSource> sourceIterable, TOrigAccumulate accumulator)
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.