AggregateRightExtension<T> extension

on

Methods

aggregateRight(T aggregator(T aggregate, T element)) → T

Available on Iterable<T>, provided by the AggregateRightExtension extension

Aggregates the iterable into a single value in a right-associative manner.