arrow-fx / arrow.fx.extensions.io.concurrent / kotlin.coroutines.CoroutineContext / parMapN

parMapN

@JvmName("parMapN") fun <A, B, C> CoroutineContext.~~parMapN~~(fa: Kind<ForIO, A>, fb: Kind<ForIO, B>, f: (A, B) -> C): IO<C> 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("parMapN") fun <A, B, C, D> CoroutineContext.~~parMapN~~(fa: Kind<ForIO, A>, fb: Kind<ForIO, B>, fc: Kind<ForIO, C>, f: (A, B, C) -> D): IO<D> 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("parMapN") fun <A, B, C, D, E> CoroutineContext.~~parMapN~~(fa: Kind<ForIO, A>, fb: Kind<ForIO, B>, fc: Kind<ForIO, C>, fd: Kind<ForIO, D>, f: (A, B, C, D) -> E): IO<E> 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("parMapN") fun <A, B, C, D, E, G> CoroutineContext.~~parMapN~~(fa: Kind<ForIO, A>, fb: Kind<ForIO, B>, fc: Kind<ForIO, C>, fd: Kind<ForIO, D>, fe: Kind<ForIO, E>, f: (A, B, C, D, E) -> G): IO<G> 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("parMapN") fun <A, B, C, D, E, G, H> CoroutineContext.~~parMapN~~(fa: Kind<ForIO, A>, fb: Kind<ForIO, B>, fc: Kind<ForIO, C>, fd: Kind<ForIO, D>, fe: Kind<ForIO, E>, fg: Kind<ForIO, G>, f: (A, B, C, D, E, G) -> H): IO<H> 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("parMapN") fun <A, B, C, D, E, G, H, I> CoroutineContext.~~parMapN~~(fa: Kind<ForIO, A>, fb: Kind<ForIO, B>, fc: Kind<ForIO, C>, fd: Kind<ForIO, D>, fe: Kind<ForIO, E>, fg: Kind<ForIO, G>, fh: Kind<ForIO, H>, f: (A, B, C, D, E, G, H) -> I): IO<I> 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("parMapN") fun <A, B, C, D, E, G, H, I, J> CoroutineContext.~~parMapN~~(fa: Kind<ForIO, A>, fb: Kind<ForIO, B>, fc: Kind<ForIO, C>, fd: Kind<ForIO, D>, fe: Kind<ForIO, E>, fg: Kind<ForIO, G>, fh: Kind<ForIO, H>, fi: Kind<ForIO, I>, f: (A, B, C, D, E, G, H, I) -> J): IO<J> 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("parMapN") fun <A, B, C, D, E, G, H, I, J, K> CoroutineContext.~~parMapN~~(fa: Kind<ForIO, A>, fb: Kind<ForIO, B>, fc: Kind<ForIO, C>, fd: Kind<ForIO, D>, fe: Kind<ForIO, E>, fg: Kind<ForIO, G>, fh: Kind<ForIO, H>, fi: Kind<ForIO, I>, fj: Kind<ForIO, J>, f: (A, B, C, D, E, G, H, I, J) -> K): IO<K> 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
<