trait ScalaCheckPropertyCreation extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScalaCheckPropertyCreation
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def prop[T1, T2, T3, T4, T5, T6, T7, T8, R](result: (T1, T2, T3, T4, T5, T6, T7, T8) => R)(implicit arbitrary1: Arbitrary[T1], shrink1: Shrink[T1], pretty1: (T1) => Pretty, arbitrary2: Arbitrary[T2], shrink2: Shrink[T2], pretty2: (T2) => Pretty, arbitrary3: Arbitrary[T3], shrink3: Shrink[T3], pretty3: (T3) => Pretty, arbitrary4: Arbitrary[T4], shrink4: Shrink[T4], pretty4: (T4) => Pretty, arbitrary5: Arbitrary[T5], shrink5: Shrink[T5], pretty5: (T5) => Pretty, arbitrary6: Arbitrary[T6], shrink6: Shrink[T6], pretty6: (T6) => Pretty, arbitrary7: Arbitrary[T7], shrink7: Shrink[T7], pretty7: (T7) => Pretty, arbitrary8: Arbitrary[T8], shrink8: Shrink[T8], pretty8: (T8) => Pretty, prettyFreqMap: (FreqMap[Set[Any]]) => Pretty, asResult: AsResult[R], parameters: Parameters): ScalaCheckFunction8[T1, T2, T3, T4, T5, T6, T7, T8, R]
create a ScalaCheck property from a function of 8 arguments
- def prop[T1, T2, T3, T4, T5, T6, T7, R](result: (T1, T2, T3, T4, T5, T6, T7) => R)(implicit arbitrary1: Arbitrary[T1], shrink1: Shrink[T1], pretty1: (T1) => Pretty, arbitrary2: Arbitrary[T2], shrink2: Shrink[T2], pretty2: (T2) => Pretty, arbitrary3: Arbitrary[T3], shrink3: Shrink[T3], pretty3: (T3) => Pretty, arbitrary4: Arbitrary[T4], shrink4: Shrink[T4], pretty4: (T4) => Pretty, arbitrary5: Arbitrary[T5], shrink5: Shrink[T5], pretty5: (T5) => Pretty, arbitrary6: Arbitrary[T6], shrink6: Shrink[T6], pretty6: (T6) => Pretty, arbitrary7: Arbitrary[T7], shrink7: Shrink[T7], pretty7: (T7) => Pretty, prettyFreqMap: (FreqMap[Set[Any]]) => Pretty, asResult: AsResult[R], parameters: Parameters): ScalaCheckFunction7[T1, T2, T3, T4, T5, T6, T7, R]
create a ScalaCheck property from a function of 7 arguments
- def prop[T1, T2, T3, T4, T5, T6, R](result: (T1, T2, T3, T4, T5, T6) => R)(implicit arbitrary1: Arbitrary[T1], shrink1: Shrink[T1], pretty1: (T1) => Pretty, arbitrary2: Arbitrary[T2], shrink2: Shrink[T2], pretty2: (T2) => Pretty, arbitrary3: Arbitrary[T3], shrink3: Shrink[T3], pretty3: (T3) => Pretty, arbitrary4: Arbitrary[T4], shrink4: Shrink[T4], pretty4: (T4) => Pretty, arbitrary5: Arbitrary[T5], shrink5: Shrink[T5], pretty5: (T5) => Pretty, arbitrary6: Arbitrary[T6], shrink6: Shrink[T6], pretty6: (T6) => Pretty, prettyFreqMap: (FreqMap[Set[Any]]) => Pretty, asResult: AsResult[R], parameters: Parameters): ScalaCheckFunction6[T1, T2, T3, T4, T5, T6, R]
create a ScalaCheck property from a function of 6 arguments
- def prop[T1, T2, T3, T4, T5, R](result: (T1, T2, T3, T4, T5) => R)(implicit arbitrary1: Arbitrary[T1], shrink1: Shrink[T1], pretty1: (T1) => Pretty, arbitrary2: Arbitrary[T2], shrink2: Shrink[T2], pretty2: (T2) => Pretty, arbitrary3: Arbitrary[T3], shrink3: Shrink[T3], pretty3: (T3) => Pretty, arbitrary4: Arbitrary[T4], shrink4: Shrink[T4], pretty4: (T4) => Pretty, arbitrary5: Arbitrary[T5], shrink5: Shrink[T5], pretty5: (T5) => Pretty, prettyFreqMap: (FreqMap[Set[Any]]) => Pretty, asResult: AsResult[R], parameters: Parameters): ScalaCheckFunction5[T1, T2, T3, T4, T5, R]
create a ScalaCheck property from a function of 5 arguments
- def prop[T1, T2, T3, T4, R](result: (T1, T2, T3, T4) => R)(implicit arbitrary1: Arbitrary[T1], shrink1: Shrink[T1], pretty1: (T1) => Pretty, arbitrary2: Arbitrary[T2], shrink2: Shrink[T2], pretty2: (T2) => Pretty, arbitrary3: Arbitrary[T3], shrink3: Shrink[T3], pretty3: (T3) => Pretty, arbitrary4: Arbitrary[T4], shrink4: Shrink[T4], pretty4: (T4) => Pretty, prettyFreqMap: (FreqMap[Set[Any]]) => Pretty, asResult: AsResult[R], parameters: Parameters): ScalaCheckFunction4[T1, T2, T3, T4, R]
create a ScalaCheck property from a function of 4 arguments
- def prop[T1, T2, T3, R](result: (T1, T2, T3) => R)(implicit arbitrary1: Arbitrary[T1], shrink1: Shrink[T1], pretty1: (T1) => Pretty, arbitrary2: Arbitrary[T2], shrink2: Shrink[T2], pretty2: (T2) => Pretty, arbitrary3: Arbitrary[T3], shrink3: Shrink[T3], pretty3: (T3) => Pretty, prettyFreqMap: (FreqMap[Set[Any]]) => Pretty, asResult: AsResult[R], parameters: Parameters): ScalaCheckFunction3[T1, T2, T3, R]
create a ScalaCheck property from a function of 3 arguments
- def prop[T1, T2, R](result: (T1, T2) => R)(implicit arbitrary1: Arbitrary[T1], shrink1: Shrink[T1], pretty1: (T1) => Pretty, arbitrary2: Arbitrary[T2], shrink2: Shrink[T2], pretty2: (T2) => Pretty, prettyFreqMap: (FreqMap[Set[Any]]) => Pretty, asResult: AsResult[R], parameters: Parameters): ScalaCheckFunction2[T1, T2, R]
create a ScalaCheck property from a function of 2 arguments
- def prop[T, R](result: (T) => R)(implicit arbitrary: Arbitrary[T], shrink: Shrink[T], pretty: (T) => Pretty, prettyFreqMap: (FreqMap[Set[Any]]) => Pretty, asResult: AsResult[R], parameters: Parameters): ScalaCheckFunction1[T, R]
create a ScalaCheck property from a function
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated