combineWithAllErrors<T, E> static method
ResultAsync<List<T> , List<E> >
combineWithAllErrors<T, E>(
- Iterable<
ResultAsync< asyncResultListT, E> >
Implementation
static ResultAsync<List<T>, List<E>> combineWithAllErrors<T, E>(
Iterable<ResultAsync<T, E>> asyncResultList) =>
combineResultAsyncListWIthAllErrors(asyncResultList);