Packages

object Ran

Source
Kan.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Ran
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def adjointToRan[F[_], G[_], A](f: F[A])(implicit A: Adjunction[F, G]): Ran[G, Id.Id, A]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. def composedAdjointToRan[F[_], G[_], H[_], A](h: H[F[A]])(implicit A: Adjunction[F, G], H: Functor[H]): Ran[G, H, A]
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def fromRan[G[_], H[_], K[_], B](k: K[G[B]])(s: ~>[K, [γ$2$]Ran[G, H, γ$2$]]): H[B]

    toRan and fromRan witness an adjunction from Compose[G,_,_] to Ran[G,_,_].

  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def gran[G[_], H[_], A](r: Ran[G, H, G[A]]): H[A]

    This is the natural transformation that defines a right Kan extension.

  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. implicit def ranFunctor[G[_], H[_]]: Functor[[γ$0$]Ran[G, H, γ$0$]]
  20. def ranToAdjoint[F[_], G[_], A](r: Ran[G, Id.Id, A])(implicit A: Adjunction[F, G]): F[A]
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. def toRan[G[_], H[_], K[_], B](k: K[B])(s: ~>[[α]K[G[α]], H])(implicit arg0: Functor[K]): Ran[G, H, B]

    The universal property of a right Kan extension.

    The universal property of a right Kan extension. The functor Ran[G,H,_] and the natural transformation gran[G,H,_] are couniversal in the sense that for any functor K and a natural transformation s from K[G[_]] to H, a unique natural transformation toRan exists from K to Ran[G,H,_] such that for all k, gran(toRan(k)) = s(k).

  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped