Lift

trace4cats.context.Lift
See theLift companion object
trait Lift[Low[_], F[_]] extends ContextRoot

Attributes

Companion
object
Graph
Supertypes
trait ContextRoot
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
trait Unlift[Low, F]
trait Provide[Low, F, R]
Self type
Lift[Low, F]

Members list

Value members

Abstract methods

def F: Monad[F]
def Low: Monad[Low]
def lift[A](la: Low[A]): F[A]

Concrete methods

def liftK: FunctionK[Low, F]
def mapK[G[_] : Monad](fk: FunctionK[F, G]): Lift[Low, G]