arrow-core / arrow.core.extensions.nonemptylist.apply / tupledN
@JvmName("tupledN") fun <A, B> ~~tupledN~~(arg0: Kind<ForNonEmptyList, A>, arg1: Kind<ForNonEmptyList, B>): NonEmptyList<Tuple2<A, B>>
Deprecated: mapN is no longer supported for NonEmptyList. This operation easily results in extremely big lists, prefer flatMap chains instead.
@JvmName("tupledN") fun <A, B, C> ~~tupledN~~(arg0: Kind<ForNonEmptyList, A>, arg1: Kind<ForNonEmptyList, B>, arg2: Kind<ForNonEmptyList, C>): NonEmptyList<Tuple3<A, B, C>>
Deprecated: mapN is no longer supported for NonEmptyList. This operation easily results in extremely big lists, prefer flatMap chains instead.
@JvmName("tupledN") fun <A, B, C, D> ~~tupledN~~(arg0: Kind<ForNonEmptyList, A>, arg1: Kind<ForNonEmptyList, B>, arg2: Kind<ForNonEmptyList, C>, arg3: Kind<ForNonEmptyList, D>): NonEmptyList<Tuple4<A, B, C, D>>
Deprecated: mapN is no longer supported for NonEmptyList. This operation easily results in extremely big lists, prefer flatMap chains instead.
@JvmName("tupledN") fun <A, B, C, D, E> ~~tupledN~~(arg0: Kind<ForNonEmptyList, A>, arg1: Kind<ForNonEmptyList, B>, arg2: Kind<ForNonEmptyList, C>, arg3: Kind<ForNonEmptyList, D>, arg4: Kind<ForNonEmptyList, E>): NonEmptyList<Tuple5<A, B, C, D, E>>
Deprecated: mapN is no longer supported for NonEmptyList. This operation easily results in extremely big lists, prefer flatMap chains instead.
@JvmName("tupledN") fun <A, B, C, D, E, FF> ~~tupledN~~(arg0: Kind<ForNonEmptyList, A>, arg1: Kind<ForNonEmptyList, B>, arg2: Kind<ForNonEmptyList, C>, arg3: Kind<ForNonEmptyList, D>, arg4: Kind<ForNonEmptyList, E>, arg5: Kind<ForNonEmptyList, FF>): NonEmptyList<Tuple6<A, B, C, D, E, FF>>
Deprecated: mapN is no longer supported for NonEmptyList. This operation easily results in extremely big lists, prefer flatMap chains instead.
@JvmName("tupledN") fun <A, B, C, D, E, FF, G> ~~tupledN~~(arg0: Kind<ForNonEmptyList, A>, arg1: Kind<ForNonEmptyList, B>, arg2: Kind<ForNonEmptyList, C>, arg3: Kind<ForNonEmptyList, D>, arg4: Kind<ForNonEmptyList, E>, arg5: Kind<ForNonEmptyList, FF>, arg6: Kind<ForNonEmptyList, G>): NonEmptyList<Tuple7<A, B, C, D, E, FF, G>>
Deprecated: mapN is no longer supported for NonEmptyList. This operation easily results in extremely big lists, prefer flatMap chains instead.
@JvmName("tupledN") fun <A, B, C, D, E, FF, G, H> ~~tupledN~~(arg0: Kind<ForNonEmptyList, A>, arg1: Kind<ForNonEmptyList, B>, arg2: Kind<ForNonEmptyList, C>, arg3: Kind<ForNonEmptyList, D>, arg4: Kind<ForNonEmptyList, E>, arg5: Kind<ForNonEmptyList, FF>, arg6: Kind<ForNonEmptyList, G>, arg7: Kind<ForNonEmptyList, H>): NonEmptyList<Tuple8<A, B, C, D, E, FF, G, H>>
Deprecated: mapN is no longer supported for NonEmptyList. This operation easily results in extremely big lists, prefer flatMap chains instead.
@JvmName("tupledN") fun <A, B, C, D, E, FF, G, H, I> ~~tupledN~~(arg0: Kind<ForNonEmptyList, A>, arg1: Kind<ForNonEmptyList, B>, arg2: Kind<ForNonEmptyList, C>, arg3: Kind<ForNonEmptyList, D>, arg4: Kind<ForNonEmptyList, E>, arg5: Kind<ForNonEmptyList, FF>, arg6: Kind<ForNonEmptyList, G>, arg7: Kind<ForNonEmptyList, H>, arg8: Kind<ForNonEmptyList, I>): NonEmptyList<Tuple9<A, B, C, D, E, FF, G, H, I>>
Deprecated: mapN is no longer supported for NonEmptyList. This operation easily results in extremely big lists, prefer flatMap chains instead.
@JvmName("tupledN") fun <A, B, C, D, E, FF, G, H, I, J> ~~tupledN~~(arg0: Kind<ForNonEmptyList, A>, arg1: Kind<ForNonEmptyList, B>, arg2: Kind<ForNonEmptyList, C>, arg3: Kind<ForNonEmptyList, D>, arg4: Kind<ForNonEmptyList, E>, arg5: Kind<ForNonEmptyList, FF>, arg6: Kind<ForNonEmptyList, G>, arg7: Kind<ForNonEmptyList, H>, arg8: Kind<ForNonEmptyList, I>, arg9: Kind<ForNonEmptyList, J>): NonEmptyList<Tuple10<A, B, C, D, E, FF, G, H, I, J>>
Deprecated: mapN is no longer supported for NonEmptyList. This operation easily results in extremely big lists, prefer flatMap chains instead.
Do you like Arrow?
✖