arrow-core / arrow.core.extensions / SetKMonoidK
interface ~~SetKMonoidK~~ : MonoidK<ForSetK>
Deprecated: MonoidK typeclass is deprecated and will be removed in 0.13.0. Use concrete methods on Set or Iterable
combineK | open fun <A> Kind<ForSetK, A>.combineK(y: Kind<ForSetK, A>): SetK<A> |
empty | open fun <A> empty(): SetK<A> |
Do you like Arrow?
✖