LiftEffect

gql.relational.QueryAlgebra.Query$.LiftEffect
case class LiftEffect[G[_], A](fa: Effect[QueryState[G, A]]) extends Query[G, A]

Attributes

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

Members list

Value members

Inherited methods

def compile[B >: A]: Effect[QueryState[G, B]]

Attributes

Inherited from:
Query
Source
QueryAlgebra.scala
def flatMap[H[_], B](f: A => Query[H, B]): Query[[X] =>> G[H[X]], B]

Attributes

Inherited from:
Query
Source
QueryAlgebra.scala
def map[B](f: A => B): Query[G, B]

Attributes

Inherited from:
Query
Source
QueryAlgebra.scala
def mapK[H[_]](fk: FunctionK[G, H]): Query[H, A]

Attributes

Inherited from:
Query
Source
QueryAlgebra.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def widen[B >: A]: Query[G, B]

Attributes

Inherited from:
Query
Source
QueryAlgebra.scala