map A6
fun <A1, A2, A3, A4, A5, A6, A6New> Tuple6<A1, A2, A3, A4, A5, A6>.mapA6(transform: (A6) -> A6New): Tuple6<A1, A2, A3, A4, A5, A6New>
Maps Tuple6.a6 with the given transform function and returns a new Tuple6.
Since
2.0.0
fun <A1, A2, A3, A4, A5, A6, A7, A6New> Tuple7<A1, A2, A3, A4, A5, A6, A7>.mapA6(transform: (A6) -> A6New): Tuple7<A1, A2, A3, A4, A5, A6New, A7>
Maps Tuple7.a6 with the given transform function and returns a new Tuple7.
Since
2.0.0
fun <A1, A2, A3, A4, A5, A6, A7, A8, A6New> Tuple8<A1, A2, A3, A4, A5, A6, A7, A8>.mapA6(transform: (A6) -> A6New): Tuple8<A1, A2, A3, A4, A5, A6New, A7, A8>
Maps Tuple8.a6 with the given transform function and returns a new Tuple8.
Since
2.0.0
fun <A1, A2, A3, A4, A5, A6, A7, A8, A9, A6New> Tuple9<A1, A2, A3, A4, A5, A6, A7, A8, A9>.mapA6(transform: (A6) -> A6New): Tuple9<A1, A2, A3, A4, A5, A6New, A7, A8, A9>
Maps Tuple9.a6 with the given transform function and returns a new Tuple9.
Since
2.0.0