map

inline fun <T> map(f: (R) -> T): Either<L, T>(source)

Maps over the Right side of this Either.