mapOrAccumulate

context(raise: Raise<NonEmptyList<Error>>)
inline fun <Error, A, B> Iterable<A>.mapOrAccumulate(transform: context(RaiseAccumulate<Error>) (A) -> B): List<B>
context(raise: Raise<NonEmptyList<Error>>)
inline fun <Error, A, B> Sequence<A>.mapOrAccumulate(transform: context(RaiseAccumulate<Error>) (A) -> B): List<B>
context(raise: Raise<NonEmptyList<Error>>)
inline fun <Error, A, B> NonEmptyList<A>.mapOrAccumulate(transform: context(RaiseAccumulate<Error>) (A) -> B): NonEmptyList<B>