arrow-core / arrow.core.extensions / SetKSemigroupal
interface ~~SetKSemigroupal~~ : Semigroupal<ForSetK>
Deprecated: Semigroupal typeclass is deprecated and will be removed in 0.13.0. Use concrete methods on Set or Iterable
product | open fun <A, B> Kind<ForSetK, A>.product(fb: Kind<ForSetK, B>): Kind<ForSetK, Tuple2<A, B>> |
SetKMonoidal | interface ~~SetKMonoidal~~ : Monoidal<ForSetK>, SetKSemigroupal |
Do you like Arrow?
✖