arrow-core / arrow.core.extensions / EitherSemigroupK
interface ~~EitherSemigroupK~~<L> : SemigroupK<EitherPartialOf<L>>
Deprecated: SemigroupK typeclass is deprecated and will be removed in 0.13.0. Use concrete methods on Either
combineK | open fun <A> EitherOf<L, A>.combineK(y: EitherOf<L, A>): Either<L, A> |
Do you like Arrow?
✖