arrow-core / arrow.core.extensions / ListKMonadPlus / map
open fun <A, B> Kind<ForListK, A>.map(f: (A) -> B): ListK<B>
Do you like Arrow?