ReassocGroup

gql.relational.QueryAlgebra$.ReassocGroup
trait ReassocGroup[G[_], Key] extends Reassoc[G, Key]

Attributes

Source
QueryAlgebra.scala
Graph
Supertypes
trait Reassoc[G, Key]
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def groups[A](fa: List[List[A]]): Either[String, G[List[A]]]

Attributes

Source
QueryAlgebra.scala

Concrete methods

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

Attributes

Source
QueryAlgebra.scala

Inherited methods

def traverse: Traverse[G]

Attributes

Inherited from:
Reassoc
Source
QueryAlgebra.scala