arrow-core / arrow.core.extensions / EitherSemigroupK

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

Functions

combineK open fun <A> EitherOf<L, A>.combineK(y: EitherOf<L, A>): Either<L, A>

Do you like Arrow?

Arrow Org
<