arrow-core-data / arrow.core / ListK / map2
fun <B, Z> map2(fb: ListKOf<B>, f: (Tuple2<A, B>) -> Z): ListK<Z>
fun <B, Z> map2(fb:
ListKOf
<B>, f: (
Tuple2
<A, B>) -> Z):
ListK
<Z>
Do you like Arrow?