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

tupled

@JvmName("tupled") fun <F, Input, A, B> ~~tupled~~(arg0: Kind<Kind<Kind<ForSchedule, F>, Input>, A>, arg1: Kind<Kind<Kind<ForSchedule, F>, Input>, B>): Schedule<F, Input, 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 <F, Input, A, B, C> ~~tupled~~(arg0: Kind<Kind<Kind<ForSchedule, F>, Input>, A>, arg1: Kind<Kind<Kind<ForSchedule, F>, Input>, B>, arg2: Kind<Kind<Kind<ForSchedule, F>, Input>, C>): Schedule<F, Input, 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 <F, Input, A, B, C, D> ~~tupled~~(arg0: Kind<Kind<Kind<ForSchedule, F>, Input>, A>, arg1: Kind<Kind<Kind<ForSchedule, F>, Input>, B>, arg2: Kind<Kind<Kind<ForSchedule, F>, Input>, C>, arg3: Kind<Kind<Kind<ForSchedule, F>, Input>, D>): Schedule<F, Input, 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 <F, Input, A, B, C, D, E> ~~tupled~~(arg0: Kind<Kind<Kind<ForSchedule, F>, Input>, A>, arg1: Kind<Kind<Kind<ForSchedule, F>, Input>, B>, arg2: Kind<Kind<Kind<ForSchedule, F>, Input>, C>, arg3: Kind<Kind<Kind<ForSchedule, F>, Input>, D>, arg4: Kind<Kind<Kind<ForSchedule, F>, Input>, E>): Schedule<F, Input, 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 <F, Input, A, B, C, D, E, FF> ~~tupled~~(arg0: Kind<Kind<Kind<ForSchedule, F>, Input>, A>, arg1: Kind<Kind<Kind<ForSchedule, F>, Input>, B>, arg2: Kind<Kind<Kind<ForSchedule, F>, Input>, C>, arg3: Kind<Kind<Kind<ForSchedule, F>, Input>, D>, arg4: Kind<Kind<Kind<ForSchedule, F>, Input>, E>, arg5: Kind<Kind<Kind<ForSchedule, F>, Input>, FF>): Schedule<F, Input, 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 <F, Input, A, B, C, D, E, FF, G> ~~tupled~~(arg0: Kind<Kind<Kind<ForSchedule, F>, Input>, A>, arg1: Kind<Kind<Kind<ForSchedule, F>, Input>, B>, arg2: Kind<Kind<Kind<ForSchedule, F>, Input>, C>, arg3: Kind<Kind<Kind<ForSchedule, F>, Input>, D>, arg4: Kind<Kind<Kind<ForSchedule, F>, Input>, E>, arg5: Kind<Kind<Kind<ForSchedule, F>, Input>, FF>, arg6: Kind<Kind<Kind<ForSchedule, F>, Input>, G>): Schedule<F, Input, 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 <F, Input, A, B, C, D, E, FF, G, H> ~~tupled~~(arg0: Kind<Kind<Kind<ForSchedule, F>, Input>, A>, arg1: Kind<Kind<Kind<ForSchedule, F>, Input>, B>, arg2: Kind<Kind<Kind<ForSchedule, F>, Input>, C>, arg3: Kind<Kind<Kind<ForSchedule, F>, Input>, D>, arg4: Kind<Kind<Kind<ForSchedule, F>, Input>, E>, arg5: Kind<Kind<Kind<ForSchedule, F>, Input>, FF>, arg6: Kind<Kind<Kind<ForSchedule, F>, Input>, G>, arg7: Kind<Kind<Kind<ForSchedule, F>, Input>, H>): Schedule<F, Input, 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 <F, Input, A, B, C, D, E, FF, G, H, I> ~~tupled~~(arg0: Kind<Kind<Kind<ForSchedule, F>, Input>, A>, arg1: Kind<Kind<Kind<ForSchedule, F>, Input>, B>, arg2: Kind<Kind<Kind<ForSchedule, F>, Input>, C>, arg3: Kind<Kind<Kind<ForSchedule, F>, Input>, D>, arg4: Kind<Kind<Kind<ForSchedule, F>, Input>, E>, arg5: Kind<Kind<Kind<ForSchedule, F>, Input>, FF>, arg6: Kind<Kind<Kind<ForSchedule, F>, Input>, G>, arg7: Kind<Kind<Kind<ForSchedule, F>, Input>, H>, arg8: Kind<Kind<Kind<ForSchedule, F>, Input>, I>): Schedule<F, Input, 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 <F, Input, A, B, C, D, E, FF, G, H, I, J> ~~tupled~~(arg0: Kind<Kind<Kind<ForSchedule, F>, Input>, A>, arg1: Kind<Kind<Kind<ForSchedule, F>, Input>, B>, arg2: Kind<Kind<Kind<ForSchedule, F>, Input>, C>, arg3: Kind<Kind<Kind<ForSchedule, F>, Input>, D>, arg4: Kind<Kind<Kind<ForSchedule, F>, Input>, E>, arg5: Kind<Kind<Kind<ForSchedule, F>, Input>, FF>, arg6: Kind<Kind<Kind<ForSchedule, F>, Input>, G>, arg7: Kind<Kind<Kind<ForSchedule, F>, Input>, H>, arg8: Kind<Kind<Kind<ForSchedule, F>, Input>, I>, arg9: Kind<Kind<Kind<ForSchedule, F>, Input>, J>): Schedule<F, Input, 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
<