TryReduceOnIterableX<T> extension
- on
-
- Iterable<
T>
- Iterable<
Methods
-
tryReduce(
T combine(T, T)) → T? -
Available on Iterable<
Tries to reduce the iterable, returning null if it fails.T> , provided by the TryReduceOnIterableX extension