AggregateRightExtension<T> extension
- on
-
- Iterable<
T>
- Iterable<
Methods
-
aggregateRight(
T aggregator(T aggregate, T element)) → T -
Available on Iterable<
Aggregates the iterable into a single value in a right-associative manner.T> , provided by the AggregateRightExtension extension