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