arrow-core / arrow.core.extensions / ConstSemigroup
interface ~~ConstSemigroup~~<A, T> : Semigroup<ConstOf<A, T>>
Deprecated: Typeclass instance have been moved to the companion object of the typeclass.
combine | open fun ConstOf<A, T>.combine(b: ConstOf<A, T>): Const<A, T> |
SA | abstract fun SA(): Semigroup<A> |
ConstMonoid | interface ~~ConstMonoid~~<A, T> : Monoid<ConstOf<A, T>>, ConstSemigroup <A, T> |
Do you like Arrow?
✖