TryReduceOnIterableX<T> extension

on

Methods

tryReduce(T combine(T, T)) → T?

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

Tries to reduce the iterable, returning null if it fails.