TryReduceOnIterableExtension<T> extension

on

Methods

tryReduce(T combine(T, T)) → T?
Tries to reduce the iterable, returning null if it fails.