FunctionK

object FunctionK
class Object
trait Matchable
class Any

Value members

Concrete methods

def const[F[_], A](a: A): F ~>#: A
def identity[F[_]]: FunctionK[F, F]
def liftConst[A, B](f: A => B): A #~>#: B
def liftFromContravariant[F[_], A](f: F[Any] => A): F ~>#: A
def liftFromCovariant[F[_], A](f: F[Nothing] => A): F ~>#: A
def liftToContravariant[F[_], A](f: A => F[Any]): A #~>: F
def liftToCovariant[F[_], A](f: A => F[Nothing]): A #~>: F