Packages

trait CensorLaws[F[_], L] extends ListenLaws[F, L]

Source
CensorLaws.scala
Linear Supertypes
ListenLaws[F, L], TellLaws[F, L], AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CensorLaws
  2. ListenLaws
  3. TellLaws
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. implicit abstract def F: Censor[F, L]
    Definition Classes
    CensorLawsListenLawsTellLaws

Concrete 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. implicit def A: Applicative[F]
  5. implicit def L: Monoid[L]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def censorWithPurIsTellEmpty[A](a: A, f: (L) => L): IsEq[F[A]]
  8. def clearIsIdempotent[A](fa: F[A]): IsEq[F[A]]
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. implicit def functor(implicit F: Tell[F, L]): Functor[F]
    Definition Classes
    TellLaws
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def listenAddsNoEffects[A](fa: F[A]): IsEq[F[A]]
    Definition Classes
    ListenLaws
  18. def listenRespectsTell(l: L): IsEq[F[(Unit, L)]]
    Definition Classes
    ListenLaws
  19. def listensIsListenThenMap[A, B](fa: F[A], f: (L) => B): IsEq[F[(A, B)]]
    Definition Classes
    ListenLaws
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. def tellAndClearIsPureUnit(l: L): IsEq[F[Unit]]
  25. def tellLeftProductHomomorphism(l1: L, l2: L): IsEq[F[Unit]]
  26. def tellRightProductHomomorphism(l1: L, l2: L): IsEq[F[Unit]]
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. def tupleIsWriterFlipped[A](a: A, l: L): IsEq[F[A]]
    Definition Classes
    TellLaws
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. def writerIsTellAndMap[A](a: A, l: L): IsEq[F[A]]
    Definition Classes
    TellLaws

Inherited from ListenLaws[F, L]

Inherited from TellLaws[F, L]

Inherited from AnyRef

Inherited from Any

Ungrouped