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

mapN

@JvmName("mapN") fun <A, B, Z> ~~mapN~~(arg0: List<A>, arg1: List<B>, arg2: (Tuple2<A, B>) -> Z): List<Z> Deprecated: mapN is no longer supported for List. This operation easily results in extremely big lists, prefer flatMap chains instead.

@JvmName("mapN") fun <A, B, C, Z> ~~mapN~~(arg0: List<A>, arg1: List<B>, arg2: List<C>, arg3: (Tuple3<A, B, C>) -> Z): List<Z> Deprecated: mapN is no longer supported for List. This operation easily results in extremely big lists, prefer flatMap chains instead.

@JvmName("mapN") fun <A, B, C, D, Z> ~~mapN~~(arg0: List<A>, arg1: List<B>, arg2: List<C>, arg3: List<D>, arg4: (Tuple4<A, B, C, D>) -> Z): List<Z> Deprecated: mapN is no longer supported for List. This operation easily results in extremely big lists, prefer flatMap chains instead.

@JvmName("mapN") fun <A, B, C, D, E, Z> ~~mapN~~(arg0: List<A>, arg1: List<B>, arg2: List<C>, arg3: List<D>, arg4: List<E>, arg5: (Tuple5<A, B, C, D, E>) -> Z): List<Z> Deprecated: mapN is no longer supported for List. This operation easily results in extremely big lists, prefer flatMap chains instead.

@JvmName("mapN") fun <A, B, C, D, E, FF, Z> ~~mapN~~(arg0: List<A>, arg1: List<B>, arg2: List<C>, arg3: List<D>, arg4: List<E>, arg5: List<FF>, arg6: (Tuple6<A, B, C, D, E, FF>) -> Z): List<Z> Deprecated: mapN is no longer supported for List. 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: List<A>, arg1: List<B>, arg2: List<C>, arg3: List<D>, arg4: List<E>, arg5: List<FF>, arg6: List<G>, arg7: (Tuple7<A, B, C, D, E, FF, G>) -> Z): List<Z> Deprecated: mapN is no longer supported for List. 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: List<A>, arg1: List<B>, arg2: List<C>, arg3: List<D>, arg4: List<E>, arg5: List<FF>, arg6: List<G>, arg7: List<H>, arg8: (Tuple8<A, B, C, D, E, FF, G, H>) -> Z): List<Z> Deprecated: mapN is no longer supported for List. 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: List<A>, arg1: List<B>, arg2: List<C>, arg3: List<D>, arg4: List<E>, arg5: List<FF>, arg6: List<G>, arg7: List<H>, arg8: List<I>, arg9: (Tuple9<A, B, C, D, E, FF, G, H, I>) -> Z): List<Z> Deprecated: mapN is no longer supported for List. 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: List<A>, arg1: List<B>, arg2: List<C>, arg3: List<D>, arg4: List<E>, arg5: List<FF>, arg6: List<G>, arg7: List<H>, arg8: List<I>, arg9: List<J>, arg10: (Tuple10<A, B, C, D, E, FF, G, H, I, J>) -> Z): List<Z> Deprecated: mapN is no longer supported for List. This operation easily results in extremely big lists, prefer flatMap chains instead.

Do you like Arrow?

Arrow Org
<