LiftV

trait LiftV[F[_], A, B] extends Ops[A => B]
trait Ops[A => B]
class Object
trait Matchable
class Any

Value members

Concrete methods

def lift(implicit F: TC[F]): F[A] => F[B]

Inherited methods

def self: A => B
Inherited from
Ops