common / com.schibsted.account.common.lib / mapLeft

mapLeft

inline infix fun <L, R, O> Either<L, O>.mapLeft(f: (L) -> R): Either<R, O>