Object/Trait

scalaz

Ran

Related Docs: trait Ran | package scalaz

Permalink

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def adjointToRan[F[_], G[_], A](f: F[A])(implicit A: Adjunction[F, G]): Ran[G, Id.Id, A]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def composedAdjointToRan[F[_], G[_], H[_], A](h: H[F[A]])(implicit A: Adjunction[F, G], H: Functor[H]): Ran[G, H, A]

    Permalink
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    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]

    Permalink

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

  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def gran[G[_], H[_], A](r: Ran[G, H, G[A]]): H[A]

    Permalink

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

  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. implicit def ranFunctor[G[_], H[_]]: Functor[[γ$0$]Ran[G, H, γ$0$]]

    Permalink
  20. def ranToAdjoint[F[_], G[_], A](r: Ran[G, Id.Id, A])(implicit A: Adjunction[F, G]): F[A]

    Permalink
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    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]

    Permalink

    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

    Permalink
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped