LowPriorityTupleConcat2

ldbc.statement.internal.LowPriorityTupleConcat2

Attributes

Source
QueryConcat.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object QueryConcat

Members list

Type members

Inherited types

type Aux[A, B, AB] = QueryConcat[A, B] { type Out = AB; }

Attributes

Inherited from:
LowPriorityTupleConcat0
Source
QueryConcat.scala

Givens

Givens

given concatTuples[A, B, AB](using JoinAux[A, B, AB]): Aux[A, B, AB]

Attributes

Source
QueryConcat.scala

Inherited givens

given concatSingleAndSingle[A, B, AB](using JoinAux[Tuple1[A], Tuple1[B], AB]): Aux[A, B, AB]

Attributes

Inherited from:
LowPriorityTupleConcat0
Source
QueryConcat.scala
given concatSingleAndTuple[A, B, AB](using JoinAux[Tuple1[A], B, AB]): Aux[A, B, AB]

Attributes

Inherited from:
LowPriorityTupleConcat1
Source
QueryConcat.scala
given concatTupleAndSingle[A, B, AB](using JoinAux[A, Tuple1[B], AB]): Aux[A, B, AB]

Attributes

Inherited from:
LowPriorityTupleConcat1
Source
QueryConcat.scala