trait Lan[G[_], H[_], A] extends AnyRef
- Alphabetic
- By Inheritance
- Lan
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- abstract type I
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def map[B](g: (A) => B): Lan[G, H, B]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toAdjoint[F[_]](implicit H: Functor[H], A: Adjunction[G, F]): H[F[A]]
If
G
is left adjoint toF
, there is a natural isomorphism betweenLan[G,H,_]
andH[F[_]]
- def toLan[F[_]](s: ~>[H, [α]F[G[α]]])(implicit arg0: Functor[F]): F[A]
The universal property of a left Kan extension.
The universal property of a left Kan extension. The functor
Lan[G,H,_]
and the natural transformationglan[G,H,_]
are universal in the sense that for any functorF
and a natural transformations
fromH
toF[G[_]]
, a unique natural transformationtoLan
exists fromLan[G,H,_]
toF
such that for allh
,glan(h).toLan = s(h)
. - def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()