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

mapN

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

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

@JvmName("mapN") fun <X, A, B, C, D, Z> ~~mapN~~(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: (Tuple4<A, B, C, D>) -> Z): AndThen<X, Z> Deprecated: AndThen is deprecated in favor of the function andThen used to provide stack safe function composition.

@JvmName("mapN") fun <X, A, B, C, D, E, Z> ~~mapN~~(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: (Tuple5<A, B, C, D, E>) -> Z): AndThen<X, Z> Deprecated: AndThen is deprecated in favor of the function andThen used to provide stack safe function composition.

@JvmName("mapN") fun <X, A, B, C, D, E, FF, Z> ~~mapN~~(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: (Tuple6<A, B, C, D, E, FF>) -> Z): AndThen<X, Z> Deprecated: AndThen is deprecated in favor of the function andThen used to provide stack safe function composition.

@JvmName("mapN") fun <X, A, B, C, D, E, FF, G, Z> ~~mapN~~(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: (Tuple7<A, B, C, D, E, FF, G>) -> Z): AndThen<X, Z> Deprecated: AndThen is deprecated in favor of the function andThen used to provide stack safe function composition.

@JvmName("mapN") fun <X, A, B, C, D, E, FF, G, H, Z> ~~mapN~~(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: (Tuple8<A, B, C, D, E, FF, G, H>) -> Z): AndThen<X, Z> Deprecated: AndThen is deprecated in favor of the function andThen used to provide stack safe function composition.

@JvmName("mapN") fun <X, A, B, C, D, E, FF, G, H, I, Z> ~~mapN~~(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: (Tuple9<A, B, C, D, E, FF, G, H, I>) -> Z): AndThen<X, Z> Deprecated: AndThen is deprecated in favor of the function andThen used to provide stack safe function composition.

@JvmName("mapN") fun <X, A, B, C, D, E, FF, G, H, I, J, Z> ~~mapN~~(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>, arg10: (Tuple10<A, B, C, D, E, FF, G, H, I, J>) -> Z): AndThen<X, Z> Deprecated: AndThen is deprecated in favor of the function andThen used to provide stack safe function composition.

Do you like Arrow?

Arrow Org
<