arrow-fx / arrow.fx.extensions.io.apply / mapN

mapN

@JvmName("mapN") fun <A, B, Z> ~~mapN~~(arg0: Kind<ForIO, A>, arg1: Kind<ForIO, B>, arg2: (Tuple2<A, B>) -> Z): IO<Z> Deprecated: The IO datatype and it’s related type classes will disappear in Arrow 0.13.0. All useful operations are offered directly over suspend functions by Arrow Fx Coroutines. https://arrow-kt.io/docs/fx/async/

@JvmName("mapN") fun <A, B, C, Z> ~~mapN~~(arg0: Kind<ForIO, A>, arg1: Kind<ForIO, B>, arg2: Kind<ForIO, C>, arg3: (Tuple3<A, B, C>) -> Z): IO<Z> Deprecated: The IO datatype and it’s related type classes will disappear in Arrow 0.13.0. All useful operations are offered directly over suspend functions by Arrow Fx Coroutines. https://arrow-kt.io/docs/fx/async/

@JvmName("mapN") fun <A, B, C, D, Z> ~~mapN~~(arg0: Kind<ForIO, A>, arg1: Kind<ForIO, B>, arg2: Kind<ForIO, C>, arg3: Kind<ForIO, D>, arg4: (Tuple4<A, B, C, D>) -> Z): IO<Z> Deprecated: The IO datatype and it’s related type classes will disappear in Arrow 0.13.0. All useful operations are offered directly over suspend functions by Arrow Fx Coroutines. https://arrow-kt.io/docs/fx/async/

@JvmName("mapN") fun <A, B, C, D, E, Z> ~~mapN~~(arg0: Kind<ForIO, A>, arg1: Kind<ForIO, B>, arg2: Kind<ForIO, C>, arg3: Kind<ForIO, D>, arg4: Kind<ForIO, E>, arg5: (Tuple5<A, B, C, D, E>) -> Z): IO<Z> Deprecated: The IO datatype and it’s related type classes will disappear in Arrow 0.13.0. All useful operations are offered directly over suspend functions by Arrow Fx Coroutines. https://arrow-kt.io/docs/fx/async/

@JvmName("mapN") fun <A, B, C, D, E, FF, Z> ~~mapN~~(arg0: Kind<ForIO, A>, arg1: Kind<ForIO, B>, arg2: Kind<ForIO, C>, arg3: Kind<ForIO, D>, arg4: Kind<ForIO, E>, arg5: Kind<ForIO, FF>, arg6: (Tuple6<A, B, C, D, E, FF>) -> Z): IO<Z> Deprecated: The IO datatype and it’s related type classes will disappear in Arrow 0.13.0. All useful operations are offered directly over suspend functions by Arrow Fx Coroutines. https://arrow-kt.io/docs/fx/async/

@JvmName("mapN") fun <A, B, C, D, E, FF, G, Z> ~~mapN~~(arg0: Kind<ForIO, A>, arg1: Kind<ForIO, B>, arg2: Kind<ForIO, C>, arg3: Kind<ForIO, D>, arg4: Kind<ForIO, E>, arg5: Kind<ForIO, FF>, arg6: Kind<ForIO, G>, arg7: (Tuple7<A, B, C, D, E, FF, G>) -> Z): IO<Z> Deprecated: The IO datatype and it’s related type classes will disappear in Arrow 0.13.0. All useful operations are offered directly over suspend functions by Arrow Fx Coroutines. https://arrow-kt.io/docs/fx/async/

@JvmName("mapN") fun <A, B, C, D, E, FF, G, H, Z> ~~mapN~~(arg0: Kind<ForIO, A>, arg1: Kind<ForIO, B>, arg2: Kind<ForIO, C>, arg3: Kind<ForIO, D>, arg4: Kind<ForIO, E>, arg5: Kind<ForIO, FF>, arg6: Kind<ForIO, G>, arg7: Kind<ForIO, H>, arg8: (Tuple8<A, B, C, D, E, FF, G, H>) -> Z): IO<Z> Deprecated: The IO datatype and it’s related type classes will disappear in Arrow 0.13.0. All useful operations are offered directly over suspend functions by Arrow Fx Coroutines. https://arrow-kt.io/docs/fx/async/

@JvmName("mapN") fun <A, B, C, D, E, FF, G, H, I, Z> ~~mapN~~(arg0: Kind<ForIO, A>, arg1: Kind<ForIO, B>, arg2: Kind<ForIO, C>, arg3: Kind<ForIO, D>, arg4: Kind<ForIO, E>, arg5: Kind<ForIO, FF>, arg6: Kind<ForIO, G>, arg7: Kind<ForIO, H>, arg8: Kind<ForIO, I>, arg9: (Tuple9<A, B, C, D, E, FF, G, H, I>) -> Z): IO<Z> Deprecated: The IO datatype and it’s related type classes will disappear in Arrow 0.13.0. All useful operations are offered directly over suspend functions by Arrow Fx Coroutines. https://arrow-kt.io/docs/fx/async/

@JvmName("mapN") fun <A, B, C, D, E, FF, G, H, I, J, Z> ~~mapN~~(arg0: Kind<ForIO, A>, arg1: Kind<ForIO, B>, arg2: Kind<ForIO, C>, arg3: Kind<ForIO, D>, arg4: Kind<ForIO, E>, arg5: Kind<ForIO, FF>, arg6: Kind<ForIO, G>, arg7: Kind<ForIO, H>, arg8: Kind<ForIO, I>, arg9: Kind<ForIO, J>, arg10: (Tuple10<A, B, C, D, E, FF, G, H, I, J>) -> Z): IO<Z> Deprecated: The IO datatype and it’s related type classes will disappear in Arrow 0.13.0. All useful operations are offered directly over suspend functions by Arrow Fx Coroutines. https://arrow-kt.io/docs/fx/async/

Do you like Arrow?

Arrow Org
<