arrow-core / arrow.core.extensions / IorSemigroup

IorSemigroup

interface ~~IorSemigroup~~<L, R> : Semigroup<Ior<L, R>> Deprecated: Typeclass instance have been moved to the companion object of the typeclass.

Functions

combine open fun Ior<L, R>.combine(b: Ior<L, R>): Ior<L, R>
SGL abstract fun SGL(): Semigroup<L>
SGR abstract fun SGR(): Semigroup<R>

Do you like Arrow?

Arrow Org
<