arrow-core-data / arrow.core / Option / map2
fun <B, R> ~~map2~~(fb: Kind<ForOption, B>, f: (Tuple2<A, B>) -> R): Option<R>
Deprecated: map2 will be renamed to zip to be consistent with Kotlin Std’s naming, please use zip instead of map2
Do you like Arrow?
✖