AggregateRightExtension<T> extension

on

Methods

aggregateRight(T aggregator(T aggregate, T element)) → T
Aggregates the iterable into a single value in a right-associative manner.