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