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