ReassocOpt

gql.relational.QueryAlgebra$.ReassocOpt
case class ReassocOpt[G[_], Key](reassoc: Reassoc[G, Key]) extends Reassoc[G, Option[Key]]

Attributes

Source
QueryAlgebra.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Reassoc[G, Option[Key]]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def apply[A](fa: List[(Option[Key], A)]): Either[String, G[List[A]]]

Attributes

Source
QueryAlgebra.scala
def traverse: Traverse[G]

Attributes

Source
QueryAlgebra.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product