map

fun <T> map(transform: (R) -> T): Either<L, T>

Right-biased map.