Many

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

Attributes

Source
QueryAlgebra.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait JoinType[G]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def reassoc[Key]: Reassoc[G, Key]

Attributes

Source
QueryAlgebra.scala

Attributes

Source
QueryAlgebra.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product