LiftV

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

Value members

Concrete methods

def lift: F[A] => F[B]

Inherited methods

def self: A => B
Inherited from
Ops