arrow-core / arrow.core.extensions.andthen.apply / arrow.Kind / product

product

@JvmName("product") fun <X, A, B> Kind<Kind<ForAndThen, X>, A>.~~product~~(arg1: Kind<Kind<ForAndThen, X>, B>): AndThen<X, Tuple2<A, B>> Deprecated: AndThen is deprecated in favor of the function andThen used to provide stack safe function composition.

@JvmName("product1") fun <X, A, B, Z> Kind<Kind<ForAndThen, X>, Tuple2<A, B>>.~~product~~(arg1: Kind<Kind<ForAndThen, X>, Z>): AndThen<X, Tuple3<A, B, Z>> Deprecated: AndThen is deprecated in favor of the function andThen used to provide stack safe function composition.

@JvmName("product2") fun <X, A, B, C, Z> Kind<Kind<ForAndThen, X>, Tuple3<A, B, C>>.~~product~~(arg1: Kind<Kind<ForAndThen, X>, Z>): AndThen<X, Tuple4<A, B, C, Z>> Deprecated: AndThen is deprecated in favor of the function andThen used to provide stack safe function composition.

@JvmName("product3") fun <X, A, B, C, D, Z> Kind<Kind<ForAndThen, X>, Tuple4<A, B, C, D>>.~~product~~(arg1: Kind<Kind<ForAndThen, X>, Z>): AndThen<X, Tuple5<A, B, C, D, Z>> Deprecated: AndThen is deprecated in favor of the function andThen used to provide stack safe function composition.

@JvmName("product4") fun <X, A, B, C, D, E, Z> Kind<Kind<ForAndThen, X>, Tuple5<A, B, C, D, E>>.~~product~~(arg1: Kind<Kind<ForAndThen, X>, Z>): AndThen<X, Tuple6<A, B, C, D, E, Z>> Deprecated: AndThen is deprecated in favor of the function andThen used to provide stack safe function composition.

@JvmName("product5") fun <X, A, B, C, D, E, FF, Z> Kind<Kind<ForAndThen, X>, Tuple6<A, B, C, D, E, FF>>.~~product~~(arg1: Kind<Kind<ForAndThen, X>, Z>): AndThen<X, Tuple7<A, B, C, D, E, FF, Z>> Deprecated: AndThen is deprecated in favor of the function andThen used to provide stack safe function composition.

@JvmName("product6") fun <X, A, B, C, D, E, FF, G, Z> Kind<Kind<ForAndThen, X>, Tuple7<A, B, C, D, E, FF, G>>.~~product~~(arg1: Kind<Kind<ForAndThen, X>, Z>): AndThen<X, Tuple8<A, B, C, D, E, FF, G, Z>> Deprecated: AndThen is deprecated in favor of the function andThen used to provide stack safe function composition.

@JvmName("product7") fun <X, A, B, C, D, E, FF, G, H, Z> Kind<Kind<ForAndThen, X>, Tuple8<A, B, C, D, E, FF, G, H>>.~~product~~(arg1: Kind<Kind<ForAndThen, X>, Z>): AndThen<X, Tuple9<A, B, C, D, E, FF, G, H, Z>> Deprecated: AndThen is deprecated in favor of the function andThen used to provide stack safe function composition.

@JvmName("product8") fun <X, A, B, C, D, E, FF, G, H, I, Z> Kind<Kind<ForAndThen, X>, Tuple9<A, B, C, D, E, FF, G, H, I>>.~~product~~(arg1: Kind<Kind<ForAndThen, X>, Z>): AndThen<X, Tuple10<A, B, C, D, E, FF, G, H, I, Z>> Deprecated: AndThen is deprecated in favor of the function andThen used to provide stack safe function composition.

Do you like Arrow?

Arrow Org
<