arrow-core / arrow.core.extensions.andthen.apply / tupledN

tupledN

@JvmName("tupledN") fun <X, A, B> ~~tupledN~~(arg0: Kind<Kind<ForAndThen, X>, A>, 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("tupledN") fun <X, A, B, C> ~~tupledN~~(arg0: Kind<Kind<ForAndThen, X>, A>, arg1: Kind<Kind<ForAndThen, X>, B>, arg2: Kind<Kind<ForAndThen, X>, C>): AndThen<X, Tuple3<A, B, C>> Deprecated: AndThen is deprecated in favor of the function andThen used to provide stack safe function composition.

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

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

@JvmName("tupledN") fun <X, A, B, C, D, E, FF> ~~tupledN~~(arg0: Kind<Kind<ForAndThen, X>, A>, arg1: Kind<Kind<ForAndThen, X>, B>, arg2: Kind<Kind<ForAndThen, X>, C>, arg3: Kind<Kind<ForAndThen, X>, D>, arg4: Kind<Kind<ForAndThen, X>, E>, arg5: Kind<Kind<ForAndThen, X>, FF>): AndThen<X, Tuple6<A, B, C, D, E, FF>> Deprecated: AndThen is deprecated in favor of the function andThen used to provide stack safe function composition.

@JvmName("tupledN") fun <X, A, B, C, D, E, FF, G> ~~tupledN~~(arg0: Kind<Kind<ForAndThen, X>, A>, arg1: Kind<Kind<ForAndThen, X>, B>, arg2: Kind<Kind<ForAndThen, X>, C>, arg3: Kind<Kind<ForAndThen, X>, D>, arg4: Kind<Kind<ForAndThen, X>, E>, arg5: Kind<Kind<ForAndThen, X>, FF>, arg6: Kind<Kind<ForAndThen, X>, G>): AndThen<X, Tuple7<A, B, C, D, E, FF, G>> Deprecated: AndThen is deprecated in favor of the function andThen used to provide stack safe function composition.

@JvmName("tupledN") fun <X, A, B, C, D, E, FF, G, H> ~~tupledN~~(arg0: Kind<Kind<ForAndThen, X>, A>, arg1: Kind<Kind<ForAndThen, X>, B>, arg2: Kind<Kind<ForAndThen, X>, C>, arg3: Kind<Kind<ForAndThen, X>, D>, arg4: Kind<Kind<ForAndThen, X>, E>, arg5: Kind<Kind<ForAndThen, X>, FF>, arg6: Kind<Kind<ForAndThen, X>, G>, arg7: Kind<Kind<ForAndThen, X>, H>): AndThen<X, Tuple8<A, B, C, D, E, FF, G, H>> Deprecated: AndThen is deprecated in favor of the function andThen used to provide stack safe function composition.

@JvmName("tupledN") fun <X, A, B, C, D, E, FF, G, H, I> ~~tupledN~~(arg0: Kind<Kind<ForAndThen, X>, A>, arg1: Kind<Kind<ForAndThen, X>, B>, arg2: Kind<Kind<ForAndThen, X>, C>, arg3: Kind<Kind<ForAndThen, X>, D>, arg4: Kind<Kind<ForAndThen, X>, E>, arg5: Kind<Kind<ForAndThen, X>, FF>, arg6: Kind<Kind<ForAndThen, X>, G>, arg7: Kind<Kind<ForAndThen, X>, H>, arg8: Kind<Kind<ForAndThen, X>, I>): AndThen<X, Tuple9<A, B, C, D, E, FF, G, H, I>> Deprecated: AndThen is deprecated in favor of the function andThen used to provide stack safe function composition.

@JvmName("tupledN") fun <X, A, B, C, D, E, FF, G, H, I, J> ~~tupledN~~(arg0: Kind<Kind<ForAndThen, X>, A>, arg1: Kind<Kind<ForAndThen, X>, B>, arg2: Kind<Kind<ForAndThen, X>, C>, arg3: Kind<Kind<ForAndThen, X>, D>, arg4: Kind<Kind<ForAndThen, X>, E>, arg5: Kind<Kind<ForAndThen, X>, FF>, arg6: Kind<Kind<ForAndThen, X>, G>, arg7: Kind<Kind<ForAndThen, X>, H>, arg8: Kind<Kind<ForAndThen, X>, I>, arg9: Kind<Kind<ForAndThen, X>, J>): AndThen<X, Tuple10<A, B, C, D, E, FF, G, H, I, J>> Deprecated: AndThen is deprecated in favor of the function andThen used to provide stack safe function composition.

Do you like Arrow?

Arrow Org
<