LiftF

hxl.Hxl$.LiftF
final case class LiftF[F[_], A](unFetch: F[Hxl[F, A]]) extends Hxl[F, A]

Attributes

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

Members list

Value members

Concrete methods

def andThen[B](f: A => Hxl[F, B])(implicit F: Functor[F]): Hxl[F, B]

Attributes

Source
Hxl.scala
def mapK[G[_] : Functor](fk: FunctionK[F, G]): Hxl[G, A]

Attributes

Source
Hxl.scala

Inherited methods

def flatMapF[B](f: A => F[B])(implicit F: Functor[F]): Hxl[F, B]

Attributes

Inherited from:
Hxl
Source
Hxl.scala
def foldMap[G[_]](fk: Compiler[F, G])(implicit G: Monad[G]): G[A]

Attributes

Inherited from:
Hxl
Source
Hxl.scala
def monadic: HxlM[F, A]

Attributes

Inherited from:
Hxl
Source
Hxl.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product