HxlM

hxl.HxlM
See theHxlM companion object
final case class HxlM[F[_], A](hxl: Hxl[F, A])

Attributes

Companion:
object
Source:
Hxl.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

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

Attributes

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

Attributes

Source:
Hxl.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product