arrow-fx / arrow.fx.extensions.io.apply / arrow.Kind / product

product

@JvmName("product") fun <A, B> Kind<ForIO, A>.~~product~~(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("product1") fun <A, B, Z> Kind<ForIO, Tuple2<A, B>>.~~product~~(arg1: Kind<ForIO, Z>): IO<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 <A, B, C, Z> Kind<ForIO, Tuple3<A, B, C>>.~~product~~(arg1: Kind<ForIO, Z>): IO<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 <A, B, C, D, Z> Kind<ForIO, Tuple4<A, B, C, D>>.~~product~~(arg1: Kind<ForIO, Z>): IO<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 <A, B, C, D, E, Z> Kind<ForIO, Tuple5<A, B, C, D, E>>.~~product~~(arg1: Kind<ForIO, Z>): IO<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 <A, B, C, D, E, FF, Z> Kind<ForIO, Tuple6<A, B, C, D, E, FF>>.~~product~~(arg1: Kind<ForIO, Z>): IO<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 <A, B, C, D, E, FF, G, Z> Kind<ForIO, Tuple7<A, B, C, D, E, FF, G>>.~~product~~(arg1: Kind<ForIO, Z>): IO<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 <A, B, C, D, E, FF, G, H, Z> Kind<ForIO, Tuple8<A, B, C, D, E, FF, G, H>>.~~product~~(arg1: Kind<ForIO, Z>): IO<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 <A, B, C, D, E, FF, G, H, I, Z> Kind<ForIO, Tuple9<A, B, C, D, E, FF, G, H, I>>.~~product~~(arg1: Kind<ForIO, Z>): IO<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?

Arrow Org
<