TryAggregateRightExtension<T> extension
- on
-
- Iterable<
T>
- Iterable<
Methods
-
tryAggregateRight<
TResult> (T aggregator(T aggregate, T element ), {T defaultValue} ) → T - Aggregates the iterable into a single value in a right-associative manner. [...]