map<T> abstract method

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

Implementation

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