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