scalaz

Lan

object Lan extends LanInstances

Source
Kan.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Lan
  2. LanInstances
  3. LanInstances0
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def adjointToLan[F[_], G[_], A](ga: G[A])(implicit A: Adjunction[F, G]): Lan[F, Id.Id, A]

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def composedAdjointToLan[F[_], G[_], H[_], A](h: H[G[A]])(implicit A: Adjunction[F, G]): Lan[F, H, A]

  10. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def fromLan[F[_], G[_], H[_], B](h: H[B])(s: ~>[[γ$5$]Lan[G, H, γ$5$], F]): F[G[B]]

    fromLan and toLan witness an adjunction from Lan[G,_,_] to Compose[G,_,_]:

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

    Definition Classes
    AnyRef → Any
  15. def glan[G[_], H[_], A](h: H[A]): Lan[G, H, G[A]]

    The natural transformation that defines a left Kan extension

  16. def hashCode(): Int

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

    Definition Classes
    Any
  18. implicit def lanApplicative[G[_], H[_]](implicit arg0: Functor[G], arg1: Applicative[H]): Applicative[[γ$3$]Lan[G, H, γ$3$]]

  19. implicit def lanApply[F[_], G[_]](implicit arg0: Functor[F], arg1: Apply[G]): Apply[[γ$7$]Lan[F, G, γ$7$]]

    Definition Classes
    LanInstances
  20. implicit def lanFunctor[F[_], G[_]]: Functor[[γ$6$]Lan[F, G, γ$6$]]

    Definition Classes
    LanInstances0
  21. def lanToAdjoint[F[_], G[_], A](lan: Lan[F, Id.Id, A])(implicit A: Adjunction[F, G]): G[A]

  22. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  26. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from LanInstances

Inherited from LanInstances0

Inherited from AnyRef

Inherited from Any

Ungrouped