Packages

object Coyoneda

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

Type Members

  1. type Aux[F[_], A, I0] = Coyoneda[F, A] { type I = I0 }

    Lift the I type member to a parameter.

    Lift the I type member to a parameter. It is usually more convenient to use Aux than a structural type.

  2. type CoyonedaF[F[_]] = AnyRef { type A[α] = scalaz.Coyoneda[F,α] }

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. implicit def coyonedaFunctor[F[_]]: Functor[[α]Coyoneda[F, α]]

    Coyoneda[F,_] is a functor for any F

  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def iso[F[_]](implicit arg0: Functor[F]): Isomorphism.<~>[[α]Coyoneda[F, α], F]
  14. def lift[F[_], A](fa: F[A]): Aux[F, A, A]

    F[A] converts to Coyoneda[F,A] for any F

  15. def liftT[F[_], G[_]](fg: ~>[F, G]): ~>[[α]Coyoneda[F, α], [α]Coyoneda[G, α]]

    Turns a natural transformation F ~> G into CF ~> CG

  16. def liftTF[F[_], G[_]](fg: ~>[F, G])(implicit arg0: Functor[G]): ~>[[α]Coyoneda[F, α], G]

    Turns a natural transformation F ~> G into CF ~> G

  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  20. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def apply[F[_], A](fa: F[A]): Aux[F, A, A]

    Old name for lift.

    Old name for lift.

    Annotations
    @deprecated
    Deprecated

    (Since version 7.0.7) Coyoneda.apply will take a new argument in 7.1; use the forward-compatible lift' in current code instead

Inherited from AnyRef

Inherited from Any

Ungrouped