Object

scalaprops.scalazlaws

arrow

Related Doc: package scalazlaws

Permalink

object arrow

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

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def all[=>:[_, _]](implicit arg0: Arrow[=>:], A1: Equal[=>:[Int, Int]], A2: Gen[=>:[Int, Int]], A3: Equal[=>:[(Int, Int), (Int, Int)]], A4: Equal[=>:[(Int, Int), Int]], A5: Equal[=>:[((Int, Int), Int), (Int, (Int, Int))]]): Properties[ScalazLaw]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def association[=>:[_, _], A, B, C, D](implicit arg0: Arrow[=>:], f: Gen[=>:[A, B]], E: Equal[=>:[((A, C), D), (B, (C, D))]]): Property

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def composition[=>:[_, _], A, B, C](implicit arg0: Arrow[=>:], ab: Gen[(A) ⇒ B], bc: Gen[(B) ⇒ C], E: Equal[=>:[A, C]]): Property

    Permalink
  9. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. def exchange[=>:[_, _], A, B, C, D](implicit arg0: Arrow[=>:], f: Gen[=>:[A, B]], g: Gen[(C) ⇒ D], E: Equal[=>:[(A, C), (B, D)]]): Property

    Permalink
  12. def extension[=>:[_, _], A, B, C](implicit arg0: Arrow[=>:], ab: Gen[(A) ⇒ B], E: Equal[=>:[(A, C), (B, C)]]): Property

    Permalink
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def functor[=>:[_, _], A, B, C, D](implicit arg0: Arrow[=>:], ab: Gen[=>:[A, B]], bc: Gen[=>:[B, C]], E: Equal[=>:[(A, D), (C, D)]]): Property

    Permalink
  15. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. def identity[=>:[_, _], A](implicit arg0: Arrow[=>:], E: Equal[=>:[A, A]]): Property

    Permalink
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. def laws[=>:[_, _]](implicit arg0: Arrow[=>:], A1: Equal[=>:[Int, Int]], A2: Gen[=>:[Int, Int]], A3: Equal[=>:[(Int, Int), (Int, Int)]], A4: Equal[=>:[(Int, Int), Int]], A5: Equal[=>:[((Int, Int), Int), (Int, (Int, Int))]]): Properties[ScalazLaw]

    Permalink
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  24. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  25. def unit[=>:[_, _], A, B, C](implicit arg0: Arrow[=>:], f: Gen[=>:[A, B]], E: Equal[=>:[(A, C), B]]): Property

    Permalink
  26. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped