arrow-fx-coroutines / arrow.fx.coroutines / Resource / map2
fun <B, C> ~~map2~~(other: Resource<B>, combine: (A, B) -> C): Resource<C>
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?
✖