Transforms this Pair into a Triple by appending the given arguments.
Since
2.0.0
Transforms this Pair into a Tuple4 by appending the given arguments.
Since
2.0.0
fun <A1, A2, A3, A4, A5> Pair<A1, A2>.append(a3: A3, a4: A4, a5: A5): Tuple5<A1, A2, A3, A4, A5> Transforms this Pair into a Tuple5 by appending the given arguments.
Since
2.0.0
fun <A1, A2, A3, A4, A5, A6> Pair<A1, A2>.append(a3: A3, a4: A4, a5: A5, a6: A6): Tuple6<A1, A2, A3, A4, A5, A6> Transforms this Pair into a Tuple6 by appending the given arguments.
Since
2.0.0
fun <A1, A2, A3, A4, A5, A6, A7> Pair<A1, A2>.append(a3: A3, a4: A4, a5: A5, a6: A6, a7: A7): Tuple7<A1, A2, A3, A4, A5, A6, A7> Transforms this Pair into a Tuple7 by appending the given arguments.
Since
2.0.0
fun <A1, A2, A3, A4, A5, A6, A7, A8> Pair<A1, A2>.append(a3: A3, a4: A4, a5: A5, a6: A6, a7: A7, a8: A8): Tuple8<A1, A2, A3, A4, A5, A6, A7, A8> Transforms this Pair into a Tuple8 by appending the given arguments.
Since
2.0.0
fun <A1, A2, A3, A4, A5, A6, A7, A8, A9> Pair<A1, A2>.append(a3: A3, a4: A4, a5: A5, a6: A6, a7: A7, a8: A8, a9: A9): Tuple9<A1, A2, A3, A4, A5, A6, A7, A8, A9> Transforms this Pair into a Tuple9 by appending the given arguments.
Since
2.0.0
Transforms this Triple into a Tuple4 by appending the given arguments.
Since
2.0.0
fun <A1, A2, A3, A4, A5> Triple<A1, A2, A3>.append(a4: A4, a5: A5): Tuple5<A1, A2, A3, A4, A5> Transforms this Triple into a Tuple5 by appending the given arguments.
Since
2.0.0
fun <A1, A2, A3, A4, A5, A6> Triple<A1, A2, A3>.append(a4: A4, a5: A5, a6: A6): Tuple6<A1, A2, A3, A4, A5, A6> Transforms this Triple into a Tuple6 by appending the given arguments.
Since
2.0.0
fun <A1, A2, A3, A4, A5, A6, A7> Triple<A1, A2, A3>.append(a4: A4, a5: A5, a6: A6, a7: A7): Tuple7<A1, A2, A3, A4, A5, A6, A7> Transforms this Triple into a Tuple7 by appending the given arguments.
Since
2.0.0
fun <A1, A2, A3, A4, A5, A6, A7, A8> Triple<A1, A2, A3>.append(a4: A4, a5: A5, a6: A6, a7: A7, a8: A8): Tuple8<A1, A2, A3, A4, A5, A6, A7, A8> Transforms this Triple into a Tuple8 by appending the given arguments.
Since
2.0.0
fun <A1, A2, A3, A4, A5, A6, A7, A8, A9> Triple<A1, A2, A3>.append(a4: A4, a5: A5, a6: A6, a7: A7, a8: A8, a9: A9): Tuple9<A1, A2, A3, A4, A5, A6, A7, A8, A9> Transforms this Triple into a Tuple9 by appending the given arguments.
Since
2.0.0
fun <A1, A2, A3, A4, A5> Tuple4<A1, A2, A3, A4>.append(a5: A5): Tuple5<A1, A2, A3, A4, A5> Transforms this Tuple4 into a Tuple5 by appending the given arguments.
Since
2.0.0
fun <A1, A2, A3, A4, A5, A6> Tuple4<A1, A2, A3, A4>.append(a5: A5, a6: A6): Tuple6<A1, A2, A3, A4, A5, A6> Transforms this Tuple4 into a Tuple6 by appending the given arguments.
Since
2.0.0
fun <A1, A2, A3, A4, A5, A6, A7> Tuple4<A1, A2, A3, A4>.append(a5: A5, a6: A6, a7: A7): Tuple7<A1, A2, A3, A4, A5, A6, A7> Transforms this Tuple4 into a Tuple7 by appending the given arguments.
Since
2.0.0
fun <A1, A2, A3, A4, A5, A6, A7, A8> Tuple4<A1, A2, A3, A4>.append(a5: A5, a6: A6, a7: A7, a8: A8): Tuple8<A1, A2, A3, A4, A5, A6, A7, A8> Transforms this Tuple4 into a Tuple8 by appending the given arguments.
Since
2.0.0
fun <A1, A2, A3, A4, A5, A6, A7, A8, A9> Tuple4<A1, A2, A3, A4>.append(a5: A5, a6: A6, a7: A7, a8: A8, a9: A9): Tuple9<A1, A2, A3, A4, A5, A6, A7, A8, A9> Transforms this Tuple4 into a Tuple9 by appending the given arguments.
Since
2.0.0
fun <A1, A2, A3, A4, A5, A6> Tuple5<A1, A2, A3, A4, A5>.append(a6: A6): Tuple6<A1, A2, A3, A4, A5, A6> Transforms this Tuple5 into a Tuple6 by appending the given arguments.
Since
2.0.0
fun <A1, A2, A3, A4, A5, A6, A7> Tuple5<A1, A2, A3, A4, A5>.append(a6: A6, a7: A7): Tuple7<A1, A2, A3, A4, A5, A6, A7> Transforms this Tuple5 into a Tuple7 by appending the given arguments.
Since
2.0.0
fun <A1, A2, A3, A4, A5, A6, A7, A8> Tuple5<A1, A2, A3, A4, A5>.append(a6: A6, a7: A7, a8: A8): Tuple8<A1, A2, A3, A4, A5, A6, A7, A8> Transforms this Tuple5 into a Tuple8 by appending the given arguments.
Since
2.0.0
fun <A1, A2, A3, A4, A5, A6, A7, A8, A9> Tuple5<A1, A2, A3, A4, A5>.append(a6: A6, a7: A7, a8: A8, a9: A9): Tuple9<A1, A2, A3, A4, A5, A6, A7, A8, A9> Transforms this Tuple5 into a Tuple9 by appending the given arguments.
Since
2.0.0
fun <A1, A2, A3, A4, A5, A6, A7> Tuple6<A1, A2, A3, A4, A5, A6>.append(a7: A7): Tuple7<A1, A2, A3, A4, A5, A6, A7> Transforms this Tuple6 into a Tuple7 by appending the given arguments.
Since
2.0.0
fun <A1, A2, A3, A4, A5, A6, A7, A8> Tuple6<A1, A2, A3, A4, A5, A6>.append(a7: A7, a8: A8): Tuple8<A1, A2, A3, A4, A5, A6, A7, A8> Transforms this Tuple6 into a Tuple8 by appending the given arguments.
Since
2.0.0
fun <A1, A2, A3, A4, A5, A6, A7, A8, A9> Tuple6<A1, A2, A3, A4, A5, A6>.append(a7: A7, a8: A8, a9: A9): Tuple9<A1, A2, A3, A4, A5, A6, A7, A8, A9> Transforms this Tuple6 into a Tuple9 by appending the given arguments.
Since
2.0.0
fun <A1, A2, A3, A4, A5, A6, A7, A8> Tuple7<A1, A2, A3, A4, A5, A6, A7>.append(a8: A8): Tuple8<A1, A2, A3, A4, A5, A6, A7, A8> Transforms this Tuple7 into a Tuple8 by appending the given arguments.
Since
2.0.0
fun <A1, A2, A3, A4, A5, A6, A7, A8, A9> Tuple7<A1, A2, A3, A4, A5, A6, A7>.append(a8: A8, a9: A9): Tuple9<A1, A2, A3, A4, A5, A6, A7, A8, A9> Transforms this Tuple7 into a Tuple9 by appending the given arguments.
Since
2.0.0
fun <A1, A2, A3, A4, A5, A6, A7, A8, A9> Tuple8<A1, A2, A3, A4, A5, A6, A7, A8>.append(a9: A9): Tuple9<A1, A2, A3, A4, A5, A6, A7, A8, A9> Transforms this Tuple8 into a Tuple9 by appending the given arguments.
Since
2.0.0