arrow-core / arrow.core.extensions / ListKSemigroupK
interface ~~ListKSemigroupK~~ : SemigroupK<ForListK>
Deprecated: SemigroupK typeclass is deprecated and will be removed in 0.13.0. Use concrete methods on List or Iterable.
combineK | open fun <A> Kind<ForListK, A>.combineK(y: Kind<ForListK, A>): ListK<A> |
Do you like Arrow?
✖