JoinType

gql.relational.QueryAlgebra$.JoinType$
See theJoinType companion trait

Attributes

Companion
trait
Source
QueryAlgebra.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Show all
Self type
JoinType.type

Members list

Type members

Classlikes

case class Many[G[_]](fromListFK: FunctionK[List, [X] =>> Either[String, G[X]]], traverse: Traverse[G]) extends JoinType[G]

Attributes

Source
QueryAlgebra.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait JoinType[G]
class Object
trait Matchable
class Any
Show all
case object One extends JoinType[[A] =>> A]

Attributes

Source
QueryAlgebra.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait JoinType[[A] =>> A]
class Object
trait Matchable
class Any
Show all
Self type
One.type
case object Opt extends JoinType[Option]

Attributes

Source
QueryAlgebra.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait JoinType[Option]
class Object
trait Matchable
class Any
Show all
Self type
Opt.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Inherited methods

def make[G[_]](fromList: FunctionK[List, [X] =>> Either[String, G[X]]])(implicit G: Traverse[G]): JoinType[G]

Attributes

Inherited from:
LowPrioJoinTypeImplicits2
Source
QueryAlgebra.scala

Implicits

Implicits

implicit lazy val joinTypeOne: JoinType[[A] =>> A]

Attributes

Source
QueryAlgebra.scala

Inherited implicits

implicit lazy val joinTypeList: JoinType[List]

Attributes

Inherited from:
LowPrioJoinTypeImplicits2
Source
QueryAlgebra.scala
implicit lazy val joinTypeOpt: JoinType[Option]

Attributes

Inherited from:
LowPrioJoinTypeImplicits1
Source
QueryAlgebra.scala