combine<T, E> static method

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

Implementation

static ResultAsync<List<T>, E> combine<T, E>(
        Iterable<ResultAsync<T, E>> asyncResultList) =>
    combineResultAsyncList(asyncResultList);