map

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