TryAggregateExtension<T> extension

on

Methods

tryAggregate(T aggregator(T aggregate, T element), {T? defaultValue}) → T?

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

Aggregates the iterable into a single value.