Lift

gql.std.FreeApply$.Lift
final case class Lift[F[_], A](fa: F[A]) extends FreeApply[F, A]

Attributes

Source
FreeApply.scala
Graph
Supertypes
class FreeApply[F, A]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def analyze[M : Semigroup](fk: FunctionK[F, [α] =>> M]): M

Attributes

Inherited from:
FreeApply
Source
FreeApply.scala
def analyze_[M : Semigroup](fold: F[_] => M): M

Attributes

Inherited from:
FreeApply
Source
FreeApply.scala
def enumerate: Type[F[_]]

Attributes

Inherited from:
FreeApply
Source
FreeApply.scala
def foldMap[G[_], B >: A](fk: FunctionK[F, G])(implicit G: Apply[G]): G[B]

Attributes

Inherited from:
FreeApply
Source
FreeApply.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product