common / com.schibsted.account.common.lib / fold

fold

inline fun <L, R, O> Either<L, R>.fold(lf: (L) -> O, rf: (R) -> O): O