monix.types.Comonad

Laws

trait Laws[F[_]] extends Cobind.Laws[F] with Type[F]

Laws for Comonad.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Laws
  2. Type
  3. Laws
  4. Type
  5. Laws
  6. Type
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. implicit abstract def cobind: Cobind[F]

    Definition Classes
    Type
  2. implicit abstract def comonad: Comonad[F]

    Definition Classes
    Type
  3. implicit abstract def functor: Functor[F]

    Definition Classes
    Type

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def coflatMapAssociativity[A, B, C](fa: F[A], f: (F[A]) ⇒ B, g: (F[B]) ⇒ C): IsEquiv[F[C]]

    Definition Classes
    Laws
  9. def coflatMapIdentity[A, B](fa: F[A]): IsEquiv[F[F[A]]]

    Definition Classes
    Laws
  10. def coflattenCoherence[A, B](fa: F[A], f: (F[A]) ⇒ B): IsEquiv[F[B]]

    Definition Classes
    Laws
  11. def coflattenThroughMap[A](fa: F[A]): IsEquiv[F[F[F[A]]]]

    Definition Classes
    Laws
  12. def comonadLeftIdentity[A](fa: F[A]): IsEquiv[F[A]]

  13. def comonadRightIdentity[A, B](fa: F[A], f: (F[A]) ⇒ B): IsEquiv[B]

  14. def covariantComposition[A, B, C](fa: F[A], f: (A) ⇒ B, g: (B) ⇒ C): IsEquiv[F[C]]

    Definition Classes
    Laws
  15. def covariantIdentity[A](fa: F[A]): IsEquiv[F[A]]

    Definition Classes
    Laws
  16. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  18. def extractCoflattenIdentity[A](fa: F[A]): IsEquiv[F[A]]

  19. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  23. def mapCoflatMapCoherence[A, B](fa: F[A], f: (A) ⇒ B): IsEquiv[F[B]]

  24. def mapCoflattenIdentity[A](fa: F[A]): IsEquiv[F[A]]

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

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

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

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

    Definition Classes
    AnyRef
  29. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Type[F]

Inherited from Cobind.Laws[F]

Inherited from Cobind.Type[F]

Inherited from Functor.Laws[F]

Inherited from Functor.Type[F]

Inherited from AnyRef

Inherited from Any

Ungrouped