arrow-core / arrow.core.extensions / ConstSemigroup

ConstSemigroup

interface ~~ConstSemigroup~~<A, T> : Semigroup<ConstOf<A, T>> Deprecated: Typeclass instance have been moved to the companion object of the typeclass.

Functions

combine open fun ConstOf<A, T>.combine(b: ConstOf<A, T>): Const<A, T>
SA abstract fun SA(): Semigroup<A>

Inheritors

ConstMonoid interface ~~ConstMonoid~~<A, T> : Monoid<ConstOf<A, T>>, ConstSemigroup<A, T>

Do you like Arrow?

Arrow Org
<