common / com.schibsted.account.common.lib / map

map

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