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