arrow-core / arrow.core.extensions / EitherMonoid

EitherMonoid

interface ~~EitherMonoid~~<L, R> : Monoid<Either<L, R>>, EitherSemigroup<L, R> Deprecated: Typeclass instance have been moved to the companion object of the typeclass.

Functions

empty open fun empty(): Either<L, R>
MOL abstract fun MOL(): Monoid<L>
MOR abstract fun MOR(): Monoid<R>
SGL open fun SGL(): Semigroup<L>
SGR open fun SGR(): Semigroup<R>

Do you like Arrow?

Arrow Org
<