scalaz.scalacheck.ScalazProperties

ApplicativeLaws

class ApplicativeLaws[F[_]] extends Properties

Source
ScalazProperties.scala
Linear Supertypes
Properties, Prop, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ApplicativeLaws
  2. Properties
  3. Prop
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ApplicativeLaws()(implicit a: Applicative[F], af: Arbitrary[F[Int]], aff: Arbitrary[F[(Int) ⇒ Int]], e: Equal[F[Int]])

Type Members

  1. class PropertySpecifier extends AnyRef

    Definition Classes
    Properties

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. def &&(p: Prop): Prop

    Definition Classes
    Prop
  5. def ++(p: Prop): Prop

    Definition Classes
    Prop
  6. def :|(l: Symbol): Prop

    Definition Classes
    Prop
  7. def :|(l: String): Prop

    Definition Classes
    Prop
  8. def ==(p: Prop): Prop

    Definition Classes
    Prop
  9. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  11. def ==>(p: ⇒ Prop): Prop

    Definition Classes
    Prop
  12. def apply(p: Params): Result

    Definition Classes
    Properties → Prop
  13. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  14. def check: Unit

    Definition Classes
    Properties → Prop
  15. def check(prms: Parameters): Unit

    Definition Classes
    Properties → Prop
  16. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  17. def combine(p: Prop)(f: (Result, Result) ⇒ Result): Prop

    Definition Classes
    Prop
  18. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  21. def flatMap(f: (Result) ⇒ Prop): Prop

    Definition Classes
    Prop
  22. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  24. def include(ps: Properties): Unit

    Definition Classes
    Properties
  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. def label(l: String): Prop

    Definition Classes
    Prop
  27. def main(args: Array[String]): Unit

    Definition Classes
    Prop
  28. def mainCallsExit: Boolean

    Definition Classes
    Prop
  29. def mainRunner(args: Array[String]): Int

    Definition Classes
    Properties → Prop
  30. def map(f: (Result) ⇒ Result): Prop

    Definition Classes
    Prop
  31. val name: String

    Definition Classes
    Properties
  32. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  35. def properties: Seq[(String, Prop)]

    Definition Classes
    Properties
  36. lazy val property: PropertySpecifier

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

    Definition Classes
    AnyRef
  38. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  42. def |:(l: Symbol): Prop

    Definition Classes
    Prop
  43. def |:(l: String): Prop

    Definition Classes
    Prop
  44. def ||(p: Prop): Prop

    Definition Classes
    Prop

Deprecated Value Members

  1. def check(prms: Params): Unit

    Definition Classes
    Properties → Prop
    Annotations
    @deprecated
    Deprecated

    (Since version 1.10.0) Use 'check(Test.Parameters)' instead

Inherited from Properties

Inherited from Prop

Inherited from AnyRef

Inherited from Any

Ungrouped