ResultExtensionsReduceAsyncT(IEnumerableTaskResT) Method
(async version)
Reduces the collection of results to result of list of values:
- returns Ok(List<T>) when all results are Ok;
- Ok(empty list of T) if the collection is empty;
- the first Err otherwise.