arrow-core / arrow.core.extensions / IorSemigroup
interface ~~IorSemigroup~~<L, R> : Semigroup<Ior<L, R>>
Deprecated: Typeclass instance have been moved to the companion object of the typeclass.
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?
✖