tuple

typename.types.complex.tuple
object tuple

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
tuple.type

Members list

Givens

Givens

given given_NameOf_Tuple2[_1, _2](using _1: NameOf[_1], _2: NameOf[_2]): NameOf[(_1, _2)]
given given_NameOf_Tuple3[_1, _2, _3](using _1: NameOf[_1], _2: NameOf[_2], _3: NameOf[_3]): NameOf[(_1, _2, _3)]
given given_NameOf_Tuple4[_1, _2, _3, _4](using _1: NameOf[_1], _2: NameOf[_2], _3: NameOf[_3], _4: NameOf[_4]): NameOf[(_1, _2, _3, _4)]
given given_NameOf_Tuple5[_1, _2, _3, _4, _5](using _1: NameOf[_1], _2: NameOf[_2], _3: NameOf[_3], _4: NameOf[_4], _5: NameOf[_5]): NameOf[(_1, _2, _3, _4, _5)]
given given_NameOf_Tuple6[_1, _2, _3, _4, _5, _6](using _1: NameOf[_1], _2: NameOf[_2], _3: NameOf[_3], _4: NameOf[_4], _5: NameOf[_5], _6: NameOf[_6]): NameOf[(_1, _2, _3, _4, _5, _6)]
given given_NameOf_Tuple7[_1, _2, _3, _4, _5, _6, _7](using _1: NameOf[_1], _2: NameOf[_2], _3: NameOf[_3], _4: NameOf[_4], _5: NameOf[_5], _6: NameOf[_6], _7: NameOf[_7]): NameOf[(_1, _2, _3, _4, _5, _6, _7)]
given given_NameOf_Tuple8[_1, _2, _3, _4, _5, _6, _7, _8](using _1: NameOf[_1], _2: NameOf[_2], _3: NameOf[_3], _4: NameOf[_4], _5: NameOf[_5], _6: NameOf[_6], _7: NameOf[_7], _8: NameOf[_8]): NameOf[(_1, _2, _3, _4, _5, _6, _7, _8)]
given given_NameOf_Tuple9[_1, _2, _3, _4, _5, _6, _7, _8, _9](using _1: NameOf[_1], _2: NameOf[_2], _3: NameOf[_3], _4: NameOf[_4], _5: NameOf[_5], _6: NameOf[_6], _7: NameOf[_7], _8: NameOf[_8], _9: NameOf[_9]): NameOf[(_1, _2, _3, _4, _5, _6, _7, _8, _9)]