TryAggregateExtension<T> extension
- on
-
- Iterable<
T>
- Iterable<
Methods
-
tryAggregate(
T aggregator(T aggregate, T element), {T? defaultValue}) → T? -
Available on Iterable<
Aggregates the iterable into a single value.T> , provided by the TryAggregateExtension extension