arrow-core / arrow.core.extensions.either.apply / arrow.Kind / map2
@JvmName("map2") fun <L, A, B, Z> Kind<Kind<ForEither, L>, A>.~~map2~~(arg1: Kind<Kind<ForEither, L>, B>, arg2: (Tuple2<A, B>) -> Z): Either<L, Z>
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?
✖