combineWithAllErrors<T, E> static method

ResultAsync<List<T>, List<E>> combineWithAllErrors<T, E>(
  1. Iterable<ResultAsync<T, E>> asyncResultList
)

Implementation

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