arrow-core / arrow.core.extensions.listk.apply / arrow.Kind / map2
@JvmName("map2") fun <A, B, Z> Kind<ForListK, A>.~~map2~~(arg1: Kind<ForListK, B>, arg2: (Tuple2<A, B>) -> Z): ListK<Z>
Deprecated: mapN is no longer supported for List. This operation easily results in extremely big lists, prefer flatMap chains instead.
Do you like Arrow?
✖