bindAll
context(raise: Raise<Error>)
fun <Error, A> NonEmptyList<Either<Error, A>>.bindAll(): NonEmptyList<A>
context(raise: SingletonRaise<Error>)
fun <Error, A> NonEmptyList<Option<A>>.bindAll(): NonEmptyList<A>
context(raise: SingletonRaise<Error>)
fun <Error, A> NonEmptySet<Option<A>>.bindAll(): NonEmptySet<A>