object Lan extends LanInstances
- Source
- Kan.scala
- Alphabetic
- By Inheritance
- Lan
- LanInstances
- LanInstances0
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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
- def adjointToLan[F[_], G[_], A](ga: G[A])(implicit A: Adjunction[F, G]): Lan[F, Id.Id, A]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws(classOf[java.lang.CloneNotSupportedException])
- def composedAdjointToLan[F[_], G[_], H[_], A](h: H[G[A]])(implicit A: Adjunction[F, G]): Lan[F, H, A]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def fromLan[F[_], G[_], H[_], B](h: H[B])(s: ~>[[γ$5$]Lan[G, H, γ$5$], F]): F[G[B]]
fromLan
andtoLan
witness an adjunction fromLan[G,_,_]
toCompose[G,_,_]
: - final def getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def glan[G[_], H[_], A](h: H[A]): Lan[G, H, G[A]]
The natural transformation that defines a left Kan extension
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit def lanApplicative[G[_], H[_]](implicit arg0: Functor[G], arg1: Applicative[H]): Applicative[[γ$3$]Lan[G, H, γ$3$]]
- implicit def lanApply[F[_], G[_]](implicit arg0: Functor[F], arg1: Apply[G]): Apply[[γ$7$]Lan[F, G, γ$7$]]
- Definition Classes
- LanInstances
- implicit def lanFunctor[F[_], G[_]]: Functor[[γ$6$]Lan[F, G, γ$6$]]
- Definition Classes
- LanInstances0
- def lanToAdjoint[F[_], G[_], A](lan: Lan[F, Id.Id, A])(implicit A: Adjunction[F, G]): G[A]
- 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 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
- @native() @throws(classOf[java.lang.InterruptedException])