arrow-core-data / arrow.core / traverseEither

traverseEither

inline fun <E, A, B> NonEmptyList<A>.traverseEither(f: (A) -> Either<E, B>): Either<E, NonEmptyList<B>>

Do you like Arrow?

Arrow Org
<