Packages

trait ChronicleLaws[F[_], E] extends AnyRef

Created by Yuval.Itzchakov on 20/07/2018.

Source
ChronicleLaws.scala
Linear Supertypes
AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ChronicleLaws
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. implicit abstract def chronicleInstance: Chronicle[F, E]

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. def confessThenAbsolveIsPure[A](a: A, e: E): IsEq[F[A]]
  7. def confessThenMaterializeIsLeft[A](e: E): IsEq[F[Ior[E, A]]]
  8. def confessThenMementoIsLeft[A](e: E): IsEq[F[Either[E, A]]]
  9. def confessThenRetconIsConfess[A](f: (E) => E, e: E): IsEq[F[A]]
  10. def dictateSharkConfessIsConfessSemigroup[A](e0: E, e: E)(implicit ev: Semigroup[E]): IsEq[F[A]]
  11. def dictateSharkDictateIsDictateSemigroup(e0: E, e: E)(implicit ev: Semigroup[E]): IsEq[F[Unit]]
  12. def dictateThenCondemIsConfess[A](e: E): IsEq[F[Unit]]
  13. def dictateThenMaterializeIsBoth(e: E): IsEq[F[Ior[E, Unit]]]
  14. def dictateThenMementoIsDictateRightUnit(e: E): IsEq[F[Either[E, Unit]]]
  15. def dictateThenRetconIsDictate[A](f: (E) => E, e: E): IsEq[F[Unit]]
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. implicit def monad: Monad[F]
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def pureThenMaterializeIsRight[A](a: A): IsEq[F[Ior[E, A]]]
  27. def pureThenRetconIsPure[A](f: (E) => E, a: A): IsEq[F[A]]
  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(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped