_internals/utils library
Functions
-
combineResultAsyncList<
T, E> (Iterable< ResultAsync< asyncResultList) → ResultAsync<T, E> >List< T> , E> -
combineResultAsyncListWIthAllErrors<
T, E> (Iterable< ResultAsync< asyncResultList) → ResultAsync<T, E> >List< T> , List<E> > -
combineResultList<
T, E> (List< Result< resultList) → Result<T, E> >List< T> , E> -
combineResultListWithAllErrors<
T, E> (List< Result< resultList) → Result<T, E> >List< T> , List<E> >