in scalding-core/src/main/scala/com/twitter/scalding/GeneratedTupleAdders.scala [597:872]
def :+[D](other: D) =
(tup._1, tup._2, tup._3, other)
def +:[D](other: D) =
(other, tup._1, tup._2, tup._3)
def ++[D](other: Tuple1[D]) =
(tup._1, tup._2, tup._3, other._1)
def ++[D, E](other: Tuple2[D, E]) =
(tup._1, tup._2, tup._3, other._1, other._2)
def ++[D, E, F](other: Tuple3[D, E, F]) =
(tup._1, tup._2, tup._3, other._1, other._2, other._3)
def ++[D, E, F, G](other: Tuple4[D, E, F, G]) =
(tup._1, tup._2, tup._3, other._1, other._2, other._3, other._4)
def ++[D, E, F, G, H](other: Tuple5[D, E, F, G, H]) =
(tup._1, tup._2, tup._3, other._1, other._2, other._3, other._4, other._5)
def ++[D, E, F, G, H, I](other: Tuple6[D, E, F, G, H, I]) =
(tup._1, tup._2, tup._3, other._1, other._2, other._3, other._4, other._5, other._6)
def ++[D, E, F, G, H, I, J](other: Tuple7[D, E, F, G, H, I, J]) =
(tup._1, tup._2, tup._3, other._1, other._2, other._3, other._4, other._5, other._6, other._7)
def ++[D, E, F, G, H, I, J, K](other: Tuple8[D, E, F, G, H, I, J, K]) =
(tup._1, tup._2, tup._3, other._1, other._2, other._3, other._4, other._5, other._6, other._7, other._8)
def ++[D, E, F, G, H, I, J, K, L](other: Tuple9[D, E, F, G, H, I, J, K, L]) =
(
tup._1,
tup._2,
tup._3,
other._1,
other._2,
other._3,
other._4,
other._5,
other._6,
other._7,
other._8,
other._9
)
def ++[D, E, F, G, H, I, J, K, L, M](other: Tuple10[D, E, F, G, H, I, J, K, L, M]) =
(
tup._1,
tup._2,
tup._3,
other._1,
other._2,
other._3,
other._4,
other._5,
other._6,
other._7,
other._8,
other._9,
other._10
)
def ++[D, E, F, G, H, I, J, K, L, M, N](other: Tuple11[D, E, F, G, H, I, J, K, L, M, N]) =
(
tup._1,
tup._2,
tup._3,
other._1,
other._2,
other._3,
other._4,
other._5,
other._6,
other._7,
other._8,
other._9,
other._10,
other._11
)
def ++[D, E, F, G, H, I, J, K, L, M, N, O](other: Tuple12[D, E, F, G, H, I, J, K, L, M, N, O]) =
(
tup._1,
tup._2,
tup._3,
other._1,
other._2,
other._3,
other._4,
other._5,
other._6,
other._7,
other._8,
other._9,
other._10,
other._11,
other._12
)
def ++[D, E, F, G, H, I, J, K, L, M, N, O, P](other: Tuple13[D, E, F, G, H, I, J, K, L, M, N, O, P]) =
(
tup._1,
tup._2,
tup._3,
other._1,
other._2,
other._3,
other._4,
other._5,
other._6,
other._7,
other._8,
other._9,
other._10,
other._11,
other._12,
other._13
)
def ++[D, E, F, G, H, I, J, K, L, M, N, O, P, Q](
other: Tuple14[D, E, F, G, H, I, J, K, L, M, N, O, P, Q]
) =
(
tup._1,
tup._2,
tup._3,
other._1,
other._2,
other._3,
other._4,
other._5,
other._6,
other._7,
other._8,
other._9,
other._10,
other._11,
other._12,
other._13,
other._14
)
def ++[D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R](
other: Tuple15[D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R]
) =
(
tup._1,
tup._2,
tup._3,
other._1,
other._2,
other._3,
other._4,
other._5,
other._6,
other._7,
other._8,
other._9,
other._10,
other._11,
other._12,
other._13,
other._14,
other._15
)
def ++[D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S](
other: Tuple16[D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S]
) =
(
tup._1,
tup._2,
tup._3,
other._1,
other._2,
other._3,
other._4,
other._5,
other._6,
other._7,
other._8,
other._9,
other._10,
other._11,
other._12,
other._13,
other._14,
other._15,
other._16
)
def ++[D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T](
other: Tuple17[D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T]
) =
(
tup._1,
tup._2,
tup._3,
other._1,
other._2,
other._3,
other._4,
other._5,
other._6,
other._7,
other._8,
other._9,
other._10,
other._11,
other._12,
other._13,
other._14,
other._15,
other._16,
other._17
)
def ++[D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U](
other: Tuple18[D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U]
) =
(
tup._1,
tup._2,
tup._3,
other._1,
other._2,
other._3,
other._4,
other._5,
other._6,
other._7,
other._8,
other._9,
other._10,
other._11,
other._12,
other._13,
other._14,
other._15,
other._16,
other._17,
other._18
)
def ++[D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V](
other: Tuple19[D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V]
) =
(
tup._1,
tup._2,
tup._3,
other._1,
other._2,
other._3,
other._4,
other._5,
other._6,
other._7,
other._8,
other._9,
other._10,
other._11,
other._12,
other._13,
other._14,
other._15,
other._16,
other._17,
other._18,
other._19
)
}
implicit def tup3ToAdder[A, B, C](tup: Tuple3[A, B, C]): Tuple3Adder[A, B, C] = new Tuple3Adder(tup)
class Tuple4Adder[A, B, C, D](tup: Tuple4[A, B, C, D]) {