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