LowPriorityTupleConcat1

class Object
trait Matchable
class Any

Type members

Inherited types

type Aux[T, U, TU] = ParamConcat[T, U] { type Out = TU; }

Implicits

Implicits

implicit def concatSingleAndTuple[T, U, TU](implicit tc: JoinAux[(T), U, TU], ua: TupleArity[U]): Aux[T, U, TU]
implicit def concatTupleAndSingle[T, U, TU](implicit tc: JoinAux[T, (U), TU], ta: TupleArity[T]): Aux[T, U, TU]

Inherited implicits

implicit def concatSingleAndSingle[T, U, TU](implicit tc: JoinAux[(T), (U), TU]): Aux[T, U, TU]