arrow-core / arrow.core.extensions / ListKMonoidK

ListKMonoidK

interface ~~ListKMonoidK~~ : MonoidK<ForListK> Deprecated: MonoidK typeclass is deprecated and will be removed in 0.13.0. Use concrete methods on List or Iterable.

Functions

combineK open fun <A> Kind<ForListK, A>.combineK(y: Kind<ForListK, A>): ListK<A>
empty open fun <A> empty(): ListK<A>

Do you like Arrow?

Arrow Org
<