arrow-core / arrow.core.extensions / arrow.core.Either
combine | fun <L, R> Either<L, R>.~~combine~~(SGL: Semigroup<L>, SGR: Semigroup<R>, b: Either<L, R>): Either<L, R> |
fx | fun <L, R> Either.Companion.~~fx~~(c: suspend MonadSyntax<EitherPartialOf<L>>.() -> R): Either<L, R> |
Do you like Arrow?
✖