common / com.schibsted.account.common.lib / flatMap

flatMap

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