_internals/utils library

Functions

combineResultAsyncList<T, E>(Iterable<ResultAsync<T, E>> asyncResultList) ResultAsync<List<T>, E>
combineResultAsyncListWIthAllErrors<T, E>(Iterable<ResultAsync<T, E>> asyncResultList) ResultAsync<List<T>, List<E>>
combineResultList<T, E>(List<Result<T, E>> resultList) Result<List<T>, E>
combineResultListWithAllErrors<T, E>(List<Result<T, E>> resultList) Result<List<T>, List<E>>