arrow-fx / arrow.fx.extensions.schedule.apply / arrow.Kind / product
@JvmName("product") fun <F, Input, A, B> Kind<Kind<Kind<
ForSchedule
, F>, Input>, A>.~~product~~(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("product1") fun <F, Input, A, B, Z> Kind<Kind<Kind<
ForSchedule
, F>, Input>, Tuple2<A, B>>.~~product~~(arg1: Kind<Kind<Kind<
ForSchedule
, F>, Input>, Z>):
Schedule
<F, Input, Tuple3<A, B, 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("product2") fun <F, Input, A, B, C, Z> Kind<Kind<Kind<
ForSchedule
, F>, Input>, Tuple3<A, B, C>>.~~product~~(arg1: Kind<Kind<Kind<
ForSchedule
, F>, Input>, Z>):
Schedule
<F, Input, Tuple4<A, B, C, 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("product3") fun <F, Input, A, B, C, D, Z> Kind<Kind<Kind<
ForSchedule
, F>, Input>, Tuple4<A, B, C, D>>.~~product~~(arg1: Kind<Kind<Kind<
ForSchedule
, F>, Input>, Z>):
Schedule
<F, Input, Tuple5<A, B, C, D, 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("product4") fun <F, Input, A, B, C, D, E, Z> Kind<Kind<Kind<
ForSchedule
, F>, Input>, Tuple5<A, B, C, D, E>>.~~product~~(arg1: Kind<Kind<Kind<
ForSchedule
, F>, Input>, Z>):
Schedule
<F, Input, Tuple6<A, B, C, D, E, 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("product5") fun <F, Input, A, B, C, D, E, FF, Z> Kind<Kind<Kind<
ForSchedule
, F>, Input>, Tuple6<A, B, C, D, E, FF>>.~~product~~(arg1: Kind<Kind<Kind<
ForSchedule
, F>, Input>, Z>):
Schedule
<F, Input, Tuple7<A, B, C, D, E, FF, 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("product6") fun <F, Input, A, B, C, D, E, FF, G, Z> Kind<Kind<Kind<
ForSchedule
, F>, Input>, Tuple7<A, B, C, D, E, FF, G>>.~~product~~(arg1: Kind<Kind<Kind<
ForSchedule
, F>, Input>, Z>):
Schedule
<F, Input, Tuple8<A, B, C, D, E, FF, G, 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("product7") fun <F, Input, A, B, C, D, E, FF, G, H, Z> Kind<Kind<Kind<
ForSchedule
, F>, Input>, Tuple8<A, B, C, D, E, FF, G, H>>.~~product~~(arg1: Kind<Kind<Kind<
ForSchedule
, F>, Input>, Z>):
Schedule
<F, Input, Tuple9<A, B, C, D, E, FF, G, H, 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("product8") fun <F, Input, A, B, C, D, E, FF, G, H, I, Z> Kind<Kind<Kind<
ForSchedule
, F>, Input>, Tuple9<A, B, C, D, E, FF, G, H, I>>.~~product~~(arg1: Kind<Kind<Kind<
ForSchedule
, F>, Input>, Z>):
Schedule
<F, Input, Tuple10<A, B, C, D, E, FF, G, H, I, 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?
✖