arrow-core-data / arrow.core / mapN
inline fun <A, R> ~~mapN~~(a: A?, fn: (A) -> R): R?
Deprecated: Top-level mapN function for A? conflicts with other types such as List<A> and Map<K, V>
inline fun <A, B, R> ~~mapN~~(a: A?, b: B?, fn: (A, B) -> R): R?
Deprecated: Top-level mapN function for A? conflicts with other types such as List<A> and Map<K, V>
inline fun <A, B, C, R> ~~mapN~~(a: A?, b: B?, c: C?, fn: (A, B, C) -> R): R?
Deprecated: Top-level mapN function for A? conflicts with other types such as List<A> and Map<K, V>
inline fun <A, B, C, D, R> ~~mapN~~(a: A?, b: B?, c: C?, d: D?, fn: (A, B, C, D) -> R): R?
Deprecated: Top-level mapN function for A? conflicts with other types such as List<A> and Map<K, V>
inline fun <A, B, C, D, E, R> ~~mapN~~(a: A?, b: B?, c: C?, d: D?, e: E?, fn: (A, B, C, D, E) -> R): R?
Deprecated: Top-level mapN function for A? conflicts with other types such as List<A> and Map<K, V>
inline fun <A, B, C, D, E, F, R> ~~mapN~~(a: A?, b: B?, c: C?, d: D?, e: E?, f: F?, fn: (A, B, C, D, E, F) -> R): R?
Deprecated: Top-level mapN function for A? conflicts with other types such as List<A> and Map<K, V>
inline fun <A, B, C, D, E, F, G, R> ~~mapN~~(a: A?, b: B?, c: C?, d: D?, e: E?, f: F?, g: G?, fn: (A, B, C, D, E, F, G) -> R): R?
Deprecated: Top-level mapN function for A? conflicts with other types such as List<A> and Map<K, V>
inline fun <A, B, C, D, E, F, G, H, R> ~~mapN~~(a: A?, b: B?, c: C?, d: D?, e: E?, f: F?, g: G?, h: H?, fn: (A, B, C, D, E, F, G, H) -> R): R?
Deprecated: Top-level mapN function for A? conflicts with other types such as List<A> and Map<K, V>
inline fun <A, B, C, D, E, F, G, H, I, R> ~~mapN~~(a: A?, b: B?, c: C?, d: D?, e: E?, f: F?, g: G?, h: H?, i: I?, fn: (A, B, C, D, E, F, G, H, I) -> R): R?
Deprecated: Top-level mapN function for A? conflicts with other types such as List<A> and Map<K, V>
Do you like Arrow?
✖