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 Product
trait Equals
trait Hxl[F, A]
class Object
trait Matchable
class Any

Members list

Concise view

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: FunctionK[[_] =>> Hxl[F, _$4], [_] =>> Target[F, G, _$5]])(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