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