map<R2> abstract method

Either<L, R2> map<R2>(
  1. R2 f(
    1. R right
    )
)

Implementation

Either<L, R2> map<R2>(R2 Function(R right) f);