scalaz

IsomorphismComonad

trait IsomorphismComonad[F[_], G[_]] extends Comonad[F] with IsomorphismCojoin[F, G] with IsomorphismCopointed[F, G]

Source
Isomorphism.scala
Linear Supertypes
IsomorphismCopointed[F, G], IsomorphismCojoin[F, G], Comonad[F], Cobind[F], Cojoin[F], Copointed[F], Functor[F], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. IsomorphismComonad
  2. IsomorphismCopointed
  3. IsomorphismCojoin
  4. Comonad
  5. Cobind
  6. Cojoin
  7. Copointed
  8. Functor
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait ComonadLaws extends AnyRef

    Definition Classes
    Comonad
  2. trait FunctorLaw extends AnyRef

    Definition Classes
    Functor

Abstract Value Members

  1. implicit abstract def G: Comonad[G] with Functor[G] with Copointed[G]

  2. abstract def cobind[A, B](fa: F[A])(f: (F[A]) ⇒ B): F[B]

    Also know as extend

    Also know as extend

    Definition Classes
    Cobind
  3. abstract def iso: Isomorphism.<~>[F, G]

    Definition Classes
    IsomorphismCopointed
  4. abstract def map[A, B](fa: F[A])(f: (A) ⇒ B): F[B]

    Lift f into F and apply to F[A].

    Lift f into F and apply to F[A].

    Definition Classes
    Functor

Concrete 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 apply[A, B](fa: F[A])(f: (A) ⇒ B): F[B]

    Alias for map.

    Alias for map.

    Definition Classes
    Functor
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  9. val cobindSyntax: CobindSyntax[F]

    Definition Classes
    Cobind
  10. def cojoin[A](a: F[A]): F[F[A]]

    Also known as duplicate

    Also known as duplicate

    Definition Classes
    IsomorphismCojoinCojoin
  11. val cojoinSyntax: CojoinSyntax[F]

    Definition Classes
    Cojoin
  12. def comonadLaw: ComonadLaws

    Definition Classes
    Comonad
  13. val comonadSyntax: ComonadSyntax[F]

    Definition Classes
    Comonad
  14. def compose[G[_]](implicit G0: Functor[G]): Functor[[α]F[G[α]]]

    The composition of Functors F and G, [x]F[G[x]], is a Functor

    The composition of Functors F and G, [x]F[G[x]], is a Functor

    Definition Classes
    Functor
  15. def copoint[A](p: F[A]): A

    Also known as extract / copure

    Also known as extract / copure

    Definition Classes
    IsomorphismCopointedCopointed
  16. val copointedSyntax: CopointedSyntax[F]

    Definition Classes
    Copointed
  17. def copure[A](p: F[A]): A

    alias for copoint

    alias for copoint

    Definition Classes
    Copointed
  18. def counzip[A, B](a: \/[F[A], F[B]]): F[\/[A, B]]

    Definition Classes
    Functor
  19. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  21. def extend[A, B](a: F[A])(f: (F[A]) ⇒ B): F[B]

    Definition Classes
    Cojoin
  22. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  23. def fpair[A](fa: F[A]): F[(A, A)]

    Twin all As in fa.

    Twin all As in fa.

    Definition Classes
    Functor
  24. def functorLaw: FunctorLaw

    Definition Classes
    Functor
  25. val functorSyntax: FunctorSyntax[F]

    Definition Classes
    Functor
  26. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  27. def hashCode(): Int

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

    Definition Classes
    Any
  29. def lift[A, B](f: (A) ⇒ B): (F[A]) ⇒ F[B]

    Lift f into F.

    Lift f into F.

    Definition Classes
    Functor
  30. def mapply[A, B](a: A)(f: F[(A) ⇒ B]): F[B]

    Lift apply(a), and apply the result to f.

    Lift apply(a), and apply the result to f.

    Definition Classes
    Functor
  31. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  34. def product[G[_]](implicit G0: Functor[G]): Functor[[α](F[α], G[α])]

    The product of Functors F and G, [x](F[x], G[x]]), is a Functor

    The product of Functors F and G, [x](F[x], G[x]]), is a Functor

    Definition Classes
    Functor
  35. def strengthL[A, B](a: A, f: F[B]): F[(A, B)]

    Inject a to the left of Bs in f.

    Inject a to the left of Bs in f.

    Definition Classes
    Functor
  36. def strengthR[A, B](f: F[A], b: B): F[(A, B)]

    Inject b to the right of As in f.

    Inject b to the right of As in f.

    Definition Classes
    Functor
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  38. def toString(): String

    Definition Classes
    AnyRef → Any
  39. def void[A](fa: F[A]): F[Unit]

    Empty fa of meaningful pure values, preserving its structure.

    Empty fa of meaningful pure values, preserving its structure.

    Definition Classes
    Functor
  40. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from IsomorphismCopointed[F, G]

Inherited from IsomorphismCojoin[F, G]

Inherited from Comonad[F]

Inherited from Cobind[F]

Inherited from Cojoin[F]

Inherited from Copointed[F]

Inherited from Functor[F]

Inherited from AnyRef

Inherited from Any

Ungrouped