mapIterable

infix inline fun <V, V2, E> Either<E, List<V>>.mapIterable(func: (V) -> V2): Either<E, List<V2>>