arrow-core / arrow.core.extensions / EitherSemigroup / combine
open fun Either<L, R>.combine(b: Either<L, R>): Either<L, R>
Do you like Arrow?