glue
Glues the given pair to this Pair and thus results in a Tuple4.
You can also think of it as all values of the given pair are Pair.appended to this Pair.
Since
2.0.0
Glues the given triple to this Pair and thus results in a Tuple5.
You can also think of it as all values of the given triple are Pair.appended to this Pair.
Since
2.0.0
Glues the given tuple4 to this Pair and thus results in a Tuple6.
You can also think of it as all values of the given tuple4 are Pair.appended to this Pair.
Since
2.0.0
Glues the given tuple5 to this Pair and thus results in a Tuple7.
You can also think of it as all values of the given tuple5 are Pair.appended to this Pair.
Since
2.0.0
Glues the given tuple6 to this Pair and thus results in a Tuple8.
You can also think of it as all values of the given tuple6 are Pair.appended to this Pair.
Since
2.0.0
Glues the given tuple7 to this Pair and thus results in a Tuple9.
You can also think of it as all values of the given tuple7 are Pair.appended to this Pair.
Since
2.0.0
Glues the given pair to this Triple and thus results in a Tuple5.
You can also think of it as all values of the given pair are Triple.appended to this Triple.
Since
2.0.0
Glues the given triple to this Triple and thus results in a Tuple6.
You can also think of it as all values of the given triple are Triple.appended to this Triple.
Since
2.0.0
Glues the given tuple4 to this Triple and thus results in a Tuple7.
You can also think of it as all values of the given tuple4 are Triple.appended to this Triple.
Since
2.0.0
Glues the given tuple5 to this Triple and thus results in a Tuple8.
You can also think of it as all values of the given tuple5 are Triple.appended to this Triple.
Since
2.0.0
Glues the given tuple6 to this Triple and thus results in a Tuple9.
You can also think of it as all values of the given tuple6 are Triple.appended to this Triple.
Since
2.0.0
Glues the given pair to this Tuple4 and thus results in a Tuple6.
You can also think of it as all values of the given pair are Tuple4.appended to this Tuple4.
Since
2.0.0
Glues the given triple to this Tuple4 and thus results in a Tuple7.
You can also think of it as all values of the given triple are Tuple4.appended to this Tuple4.
Since
2.0.0
Glues the given tuple4 to this Tuple4 and thus results in a Tuple8.
You can also think of it as all values of the given tuple4 are Tuple4.appended to this Tuple4.
Since
2.0.0
Glues the given tuple5 to this Tuple4 and thus results in a Tuple9.
You can also think of it as all values of the given tuple5 are Tuple4.appended to this Tuple4.
Since
2.0.0
Glues the given pair to this Tuple5 and thus results in a Tuple7.
You can also think of it as all values of the given pair are Tuple5.appended to this Tuple5.
Since
2.0.0
Glues the given triple to this Tuple5 and thus results in a Tuple8.
You can also think of it as all values of the given triple are Tuple5.appended to this Tuple5.
Since
2.0.0
Glues the given tuple4 to this Tuple5 and thus results in a Tuple9.
You can also think of it as all values of the given tuple4 are Tuple5.appended to this Tuple5.
Since
2.0.0
Glues the given pair to this Tuple6 and thus results in a Tuple8.
You can also think of it as all values of the given pair are Tuple6.appended to this Tuple6.
Since
2.0.0
Glues the given triple to this Tuple6 and thus results in a Tuple9.
You can also think of it as all values of the given triple are Tuple6.appended to this Tuple6.
Since
2.0.0
Glues the given pair to this Tuple7 and thus results in a Tuple9.
You can also think of it as all values of the given pair are Tuple7.appended to this Tuple7.
Since
2.0.0
Delegates to varargToList -- adds this
and the otherArgs into a new List and returns it.