QueryStateImpl

gql.relational.QueryAlgebra$.QueryStateImpl
final case class QueryStateImpl[Decoder[_], G[_], I[_], K, C](reassoc: Reassoc[I, K], decoder: Decoder[K], value: C, fk: FunctionK[I, G]) extends QueryState[Decoder, G, C]

Attributes

Source
QueryAlgebra.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait QueryState[Decoder, G, C]
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

type Key = K

Attributes

Source
QueryAlgebra.scala
type T[A] = I[A]

Attributes

Source
QueryAlgebra.scala

Value members

Inherited methods

def map[B](f: C => B): QueryState[Decoder, G, B]

Attributes

Inherited from:
QueryState
Source
QueryAlgebra.scala
def mapK[H[_]](fk: FunctionK[G, H]): QueryState[Decoder, H, C]

Attributes

Inherited from:
QueryState
Source
QueryAlgebra.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product