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

tupled

@JvmName("tupled") fun <A, B> ~~tupled~~(arg0: Kind<ForIO, A>, arg1: Kind<ForIO, B>): IO<Tuple2<A, B>> 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("tupled") fun <A, B, C> ~~tupled~~(arg0: Kind<ForIO, A>, arg1: Kind<ForIO, B>, arg2: Kind<ForIO, C>): IO<Tuple3<A, B, 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("tupled") fun <A, B, C, D> ~~tupled~~(arg0: Kind<ForIO, A>, arg1: Kind<ForIO, B>, arg2: Kind<ForIO, C>, arg3: Kind<ForIO, D>): IO<Tuple4<A, B, C, 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("tupled") fun <A, B, C, D, E> ~~tupled~~(arg0: Kind<ForIO, A>, arg1: Kind<ForIO, B>, arg2: Kind<ForIO, C>, arg3: Kind<ForIO, D>, arg4: Kind<ForIO, E>): IO<Tuple5<A, B, C, D, 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("tupled") fun <A, B, C, D, E, FF> ~~tupled~~(arg0: Kind<ForIO, A>, arg1: Kind<ForIO, B>, arg2: Kind<ForIO, C>, arg3: Kind<ForIO, D>, arg4: Kind<ForIO, E>, arg5: Kind<ForIO, FF>): IO<Tuple6<A, B, C, D, E, FF>> 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("tupled") fun <A, B, C, D, E, FF, G> ~~tupled~~(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>): IO<Tuple7<A, B, C, D, E, FF, 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("tupled") fun <A, B, C, D, E, FF, G, H> ~~tupled~~(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>): IO<Tuple8<A, B, C, D, E, FF, G, 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("tupled") fun <A, B, C, D, E, FF, G, H, I> ~~tupled~~(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>): IO<Tuple9<A, B, C, D, E, FF, G, H, 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("tupled") fun <A, B, C, D, E, FF, G, H, I, J> ~~tupled~~(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>): IO<Tuple10<A, B, C, D, E, FF, G, H, I, 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/

Do you like Arrow?

Arrow Org
<