TryAggregateExtension<T> extension

on

Methods

tryAggregate(T aggregator(T aggregate, T element), {T defaultValue}) → T
Aggregates the iterable into a single value. [...]