glue

fun <A1, A2, A3, A4> Pair<A1, A2>.glue(pair: Pair<A3, A4>): Tuple4<A1, A2, A3, A4>

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


fun <A1, A2, A3, A4, A5> Pair<A1, A2>.glue(triple: Triple<A3, A4, A5>): Tuple5<A1, A2, A3, A4, A5>

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


fun <A1, A2, A3, A4, A5, A6> Pair<A1, A2>.glue(tuple4: Tuple4<A3, A4, A5, A6>): Tuple6<A1, A2, A3, A4, A5, A6>

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


fun <A1, A2, A3, A4, A5, A6, A7> Pair<A1, A2>.glue(tuple5: Tuple5<A3, A4, A5, A6, A7>): Tuple7<A1, A2, A3, A4, A5, A6, A7>

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


fun <A1, A2, A3, A4, A5, A6, A7, A8> Pair<A1, A2>.glue(tuple6: Tuple6<A3, A4, A5, A6, A7, A8>): Tuple8<A1, A2, A3, A4, A5, A6, A7, A8>

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


fun <A1, A2, A3, A4, A5, A6, A7, A8, A9> Pair<A1, A2>.glue(tuple7: Tuple7<A3, A4, A5, A6, A7, A8, A9>): Tuple9<A1, A2, A3, A4, A5, A6, A7, A8, A9>

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


fun <A1, A2, A3, A4, A5> Triple<A1, A2, A3>.glue(pair: Pair<A4, A5>): Tuple5<A1, A2, A3, A4, A5>

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


fun <A1, A2, A3, A4, A5, A6> Triple<A1, A2, A3>.glue(triple: Triple<A4, A5, A6>): Tuple6<A1, A2, A3, A4, A5, A6>

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


fun <A1, A2, A3, A4, A5, A6, A7> Triple<A1, A2, A3>.glue(tuple4: Tuple4<A4, A5, A6, A7>): Tuple7<A1, A2, A3, A4, A5, A6, A7>

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


fun <A1, A2, A3, A4, A5, A6, A7, A8> Triple<A1, A2, A3>.glue(tuple5: Tuple5<A4, A5, A6, A7, A8>): Tuple8<A1, A2, A3, A4, A5, A6, A7, A8>

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


fun <A1, A2, A3, A4, A5, A6, A7, A8, A9> Triple<A1, A2, A3>.glue(tuple6: Tuple6<A4, A5, A6, A7, A8, A9>): Tuple9<A1, A2, A3, A4, A5, A6, A7, A8, A9>

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


fun <A1, A2, A3, A4, A5, A6> Tuple4<A1, A2, A3, A4>.glue(pair: Pair<A5, A6>): Tuple6<A1, A2, A3, A4, A5, A6>

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


fun <A1, A2, A3, A4, A5, A6, A7> Tuple4<A1, A2, A3, A4>.glue(triple: Triple<A5, A6, A7>): Tuple7<A1, A2, A3, A4, A5, A6, A7>

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


fun <A1, A2, A3, A4, A5, A6, A7, A8> Tuple4<A1, A2, A3, A4>.glue(tuple4: Tuple4<A5, A6, A7, A8>): Tuple8<A1, A2, A3, A4, A5, A6, A7, A8>

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


fun <A1, A2, A3, A4, A5, A6, A7, A8, A9> Tuple4<A1, A2, A3, A4>.glue(tuple5: Tuple5<A5, A6, A7, A8, A9>): Tuple9<A1, A2, A3, A4, A5, A6, A7, A8, A9>

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


fun <A1, A2, A3, A4, A5, A6, A7> Tuple5<A1, A2, A3, A4, A5>.glue(pair: Pair<A6, A7>): Tuple7<A1, A2, A3, A4, A5, A6, A7>

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


fun <A1, A2, A3, A4, A5, A6, A7, A8> Tuple5<A1, A2, A3, A4, A5>.glue(triple: Triple<A6, A7, A8>): Tuple8<A1, A2, A3, A4, A5, A6, A7, A8>

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


fun <A1, A2, A3, A4, A5, A6, A7, A8, A9> Tuple5<A1, A2, A3, A4, A5>.glue(tuple4: Tuple4<A6, A7, A8, A9>): Tuple9<A1, A2, A3, A4, A5, A6, A7, A8, A9>

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


fun <A1, A2, A3, A4, A5, A6, A7, A8> Tuple6<A1, A2, A3, A4, A5, A6>.glue(pair: Pair<A7, A8>): Tuple8<A1, A2, A3, A4, A5, A6, A7, A8>

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


fun <A1, A2, A3, A4, A5, A6, A7, A8, A9> Tuple6<A1, A2, A3, A4, A5, A6>.glue(triple: Triple<A7, A8, A9>): Tuple9<A1, A2, A3, A4, A5, A6, A7, A8, A9>

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


fun <A1, A2, A3, A4, A5, A6, A7, A8, A9> Tuple7<A1, A2, A3, A4, A5, A6, A7>.glue(pair: Pair<A8, A9>): Tuple9<A1, A2, A3, A4, A5, A6, A7, A8, A9>

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


infix inline fun <T> T.glue(otherArgs: Array<out T>): List<T>(source)

Delegates to varargToList -- adds this and the otherArgs into a new List and returns it.