c

org.specs2.scalacheck

ScalaCheckFunction2

case class ScalaCheckFunction2[T1, T2, R](execute: (T1, T2) => R, argInstances1: ScalaCheckArgInstances[T1], argInstances2: ScalaCheckArgInstances[T2], prettyFreqMap: (FreqMap[Set[Any]]) => Pretty, asResult: AsResult[R], context: Option[Context], parameters: Parameters) extends ScalaCheckFunction with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, ScalaCheckFunction, ScalaCheckProperty, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalaCheckFunction2
  2. Serializable
  3. Product
  4. Equals
  5. ScalaCheckFunction
  6. ScalaCheckProperty
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ScalaCheckFunction2(execute: (T1, T2) => R, argInstances1: ScalaCheckArgInstances[T1], argInstances2: ScalaCheckArgInstances[T2], prettyFreqMap: (FreqMap[Set[Any]]) => Pretty, asResult: AsResult[R], context: Option[Context], parameters: Parameters)

Type Members

  1. type SelfType = ScalaCheckFunction2[T1, T2, R]

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. def after(action: => Any): SelfType
    Definition Classes
    ScalaCheckFunction
  5. val argInstances1: ScalaCheckArgInstances[T1]
  6. val argInstances2: ScalaCheckArgInstances[T2]
  7. def around(action: (Result) => Result): SelfType
    Definition Classes
    ScalaCheckFunction
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. val asResult: AsResult[R]
  10. def before(action: => Any): SelfType
    Definition Classes
    ScalaCheckFunction
  11. def beforeAfter(beforeAction: => Any, afterAction: => Any): SelfType
    Definition Classes
    ScalaCheckFunction
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  13. def collect1: SelfType
  14. def collect2: SelfType
  15. def collectAll: SelfType
  16. def collectAllArgs(f1: (T1) => Any, f2: (T2) => Any): SelfType
  17. def collectArg1(f: (T1) => Any): SelfType
  18. def collectArg2(f: (T2) => Any): SelfType
  19. val context: Option[Context]
  20. def display(minTestsOk: Int = parameters.minTestsOk, minSize: Int = parameters.minSize, maxDiscardRatio: Float = parameters.maxDiscardRatio, maxSize: Int = parameters.maxSize, workers: Int = parameters.workers, callback: TestCallback = parameters.testCallback, loader: Option[ClassLoader] = parameters.loader): SelfType
    Definition Classes
    ScalaCheckProperty
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. val execute: (T1, T2) => R
  23. def executeInContext[R](result: => R)(implicit arg0: AsResult[R]): Prop
    Attributes
    protected
    Definition Classes
    ScalaCheckFunction
  24. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def noShrink: SelfType
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. val parameters: Parameters
  31. def prepare(action: (T1, T2) => (T1, T2)): SelfType
  32. def pretties(p1: (T1) => String, p2: (T2) => String): SelfType
  33. def pretty1(p1: (T1) => String): SelfType
  34. def pretty2(p2: (T2) => String): SelfType
  35. def prettyFreqMap(f: (FreqMap[Set[Any]]) => String): SelfType
    Definition Classes
    ScalaCheckProperty
  36. val prettyFreqMap: (FreqMap[Set[Any]]) => Pretty
  37. def productElementNames: Iterator[String]
    Definition Classes
    Product
  38. lazy val prop: Prop
  39. lazy val propFunction: (T1, T2) => Prop
  40. def set(minTestsOk: Int = parameters.minTestsOk, minSize: Int = parameters.minSize, maxDiscardRatio: Float = parameters.maxDiscardRatio, maxSize: Int = parameters.maxSize, workers: Int = parameters.workers, callback: TestCallback = parameters.testCallback, loader: Option[ClassLoader] = parameters.loader): SelfType
    Definition Classes
    ScalaCheckProperty
  41. def setArbitraries(a1: Arbitrary[T1], a2: Arbitrary[T2]): SelfType
  42. def setArbitrary1(a1: Arbitrary[T1]): SelfType
  43. def setArbitrary2(a2: Arbitrary[T2]): SelfType
  44. def setContext(context: Context): SelfType
  45. def setGen1(g1: Gen[T1]): SelfType
  46. def setGen2(g2: Gen[T2]): SelfType
  47. def setGens(g1: Gen[T1], g2: Gen[T2]): SelfType
  48. def setParameters(ps: Parameters): SelfType
  49. def setPretties(p1: (T1) => Pretty, p2: (T2) => Pretty): SelfType
  50. def setPretty1(p1: (T1) => Pretty): SelfType
  51. def setPretty2(p2: (T2) => Pretty): SelfType
  52. def setPrettyFreqMap(f: (FreqMap[Set[Any]]) => Pretty): SelfType
  53. def setSeed(seed: String): SelfType
  54. def setSeed(seed: Seed): SelfType
  55. def setShrink1(s1: Shrink[T1]): SelfType
  56. def setShrink2(s2: Shrink[T2]): SelfType
  57. def setShrinks(s1: Shrink[T1], s2: Shrink[T2]): SelfType
  58. def setVerbosity(v: Int): SelfType
    Definition Classes
    ScalaCheckProperty
  59. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  60. def verbose: SelfType
    Definition Classes
    ScalaCheckProperty
  61. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  62. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  63. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ScalaCheckFunction

Inherited from ScalaCheckProperty

Inherited from AnyRef

Inherited from Any

Ungrouped