c

org.specs2.scalacheck

ScalaCheckFunction1

case class ScalaCheckFunction1[T, R](execute: (T) => R, arbitrary: Arbitrary[T], shrink: Option[Shrink[T]], collectors: List[(T) => Any], pretty: (T) => Pretty, 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. ScalaCheckFunction1
  2. Serializable
  3. Product
  4. Equals
  5. ScalaCheckFunction
  6. ScalaCheckProperty
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScalaCheckFunction1(execute: (T) => R, arbitrary: Arbitrary[T], shrink: Option[Shrink[T]], collectors: List[(T) => Any], pretty: (T) => Pretty, prettyFreqMap: (FreqMap[Set[Any]]) => Pretty, asResult: AsResult[R], context: Option[Context], parameters: Parameters)

Type Members

  1. type SelfType = ScalaCheckFunction1[T, 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 arbitrary: Arbitrary[T]
  6. def around(action: (Result) => Result): SelfType
    Definition Classes
    ScalaCheckFunction
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val asResult: AsResult[R]
  9. def before(action: => Any): SelfType
    Definition Classes
    ScalaCheckFunction
  10. def beforeAfter(beforeAction: => Any, afterAction: => Any): SelfType
    Definition Classes
    ScalaCheckFunction
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. def collect: SelfType
  13. def collectArg(f: (T) => Any): SelfType
  14. val collectors: List[(T) => Any]
  15. val context: Option[Context]
  16. 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
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. val execute: (T) => R
  19. def executeInContext[R](result: => R)(implicit arg0: AsResult[R]): Prop
    Attributes
    protected
    Definition Classes
    ScalaCheckFunction
  20. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def noShrink: SelfType
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. val parameters: Parameters
  28. def prepare(action: (T) => T): SelfType
  29. def pretty(pretty: (T) => String): SelfType
  30. val pretty: (T) => Pretty
  31. def prettyFreqMap(f: (FreqMap[Set[Any]]) => String): SelfType
    Definition Classes
    ScalaCheckProperty
  32. val prettyFreqMap: (FreqMap[Set[Any]]) => Pretty
  33. def productElementNames: Iterator[String]
    Definition Classes
    Product
  34. lazy val prop: Prop
  35. lazy val propFunction: (T) => Prop
  36. 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
  37. def setArbitrary(arbitrary: Arbitrary[T]): SelfType
  38. def setContext(context: Context): SelfType
  39. def setGen(gen: Gen[T]): SelfType
  40. def setParameters(ps: Parameters): SelfType
  41. def setPretty(pretty: (T) => Pretty): SelfType
  42. def setPrettyFreqMap(f: (FreqMap[Set[Any]]) => Pretty): SelfType
  43. def setSeed(seed: String): SelfType
  44. def setSeed(seed: Seed): SelfType
  45. def setShrink(shrink: Shrink[T]): SelfType
  46. def setVerbosity(v: Int): SelfType
    Definition Classes
    ScalaCheckProperty
  47. val shrink: Option[Shrink[T]]
  48. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  49. def verbose: SelfType
    Definition Classes
    ScalaCheckProperty
  50. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  52. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ScalaCheckFunction

Inherited from ScalaCheckProperty

Inherited from AnyRef

Inherited from Any

Ungrouped