mapLeft<C> abstract method

Either<C, R> mapLeft<C>(
  1. C f(
    1. L l
    )
)

Implementation

Either<C, R> mapLeft<C>(C Function(L l) f);