arrow-core / arrow.core.extensions / ListKFunctor
interface ~~ListKFunctor~~ : Functor<ForListK>
Deprecated: Functor typeclass is deprecated and will be removed in 0.13.0. Use concrete methods on List or Iterable.
map | open fun <A, B> Kind<ForListK, A>.map(f: (A) -> B): ListK<B> |
ListKCrosswalk | interface ~~ListKCrosswalk~~ : Crosswalk<ForListK>, ListKFunctor , ListKFoldable |
ListKSemialign | interface ~~ListKSemialign~~ : Semialign<ForListK>, ListKFunctor |
Do you like Arrow?
✖