arrow-fx / arrow.fx.extensions.io.concurrent / parMapN
@JvmName("parMapN") fun <A, B, C> ~~parMapN~~(ctx:
CoroutineContext
, fa: Kind<
ForIO
, A>, fb: Kind<
ForIO
, B>, f: (Tuple2<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> ~~parMapN~~(ctx:
CoroutineContext
, fa: Kind<
ForIO
, A>, fb: Kind<
ForIO
, B>, fc: Kind<
ForIO
, C>, f: (Tuple3<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> ~~parMapN~~(ctx:
CoroutineContext
, fa: Kind<
ForIO
, A>, fb: Kind<
ForIO
, B>, fc: Kind<
ForIO
, C>, fd: Kind<
ForIO
, D>, f: (Tuple4<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> ~~parMapN~~(ctx:
CoroutineContext
, fa: Kind<
ForIO
, A>, fb: Kind<
ForIO
, B>, fc: Kind<
ForIO
, C>, fd: Kind<
ForIO
, D>, fe: Kind<
ForIO
, E>, f: (Tuple5<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>
Concurrent
<
ForIO
>.~~parMapN~~(ctx:
CoroutineContext
, 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: (Tuple6<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 <F, A, B, C, D, E, G, H, I>
Concurrent
<F>.~~parMapN~~(ctx:
CoroutineContext
, fa: Kind<F, A>, fb: Kind<F, B>, fc: Kind<F, C>, fd: Kind<F, D>, fe: Kind<F, E>, fg: Kind<F, G>, fh: Kind<F, H>, f: (Tuple7<A, B, C, D, E, G, H>) -> I): Kind<F, 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> ~~parMapN~~(ctx:
CoroutineContext
, 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: (Tuple8<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> ~~parMapN~~(ctx:
CoroutineContext
, 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: (Tuple9<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?
✖