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