object Property extends PropertyTOps
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Property
- PropertyTOps
- PropertyTReporting
- 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 check(config: PropertyConfig, p: PropertyT[core.Result], seed: Seed): Report
- Definition Classes
- PropertyTOps
- def checkRandom(config: PropertyConfig, p: PropertyT[core.Result]): Report
- Definition Classes
- PropertyTOps
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- def cover(label: Label[Cover]): PropertyT[Unit]
- Definition Classes
- PropertyTOps
- def discard: PropertyT[Unit]
- Definition Classes
- PropertyTOps
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def error[A](e: Exception): PropertyT[A]
- Definition Classes
- PropertyTOps
- def failure: PropertyT[Unit]
- Definition Classes
- PropertyTOps
- def failureA[A]: PropertyT[A]
- Definition Classes
- PropertyTOps
- def fromGen[A](gen: GenT[A]): PropertyT[A]
- Definition Classes
- PropertyTOps
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def hoist[A](a: (Journal, A)): PropertyT[A]
- Definition Classes
- PropertyTOps
- def info(log: String): PropertyT[Unit]
- Definition Classes
- PropertyTOps
- 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
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def point[A](value: => A): PropertyT[A]
- Definition Classes
- PropertyTOps
- def recheck(config: PropertyConfig, size: Size, seed: Seed)(p: PropertyT[Result]): Report
- Definition Classes
- PropertyTReporting
- def report(config: PropertyConfig, size0: Option[Size], seed0: Seed, p: PropertyT[Result]): Report
- Definition Classes
- PropertyTReporting
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def takeSmallest(n: ShrinkCount, slimit: ShrinkLimit, t: Tree[Option[(Journal, Option[Result])]]): Status
- Definition Classes
- PropertyTReporting
- def takeSmallestExample(n: ShrinkCount, slimit: ShrinkLimit, name: LabelName, t: Tree[Option[(Journal, Option[Result])]]): List[Log]
- Definition Classes
- PropertyTReporting
- final def takeSmallestG[A, B](n: ShrinkCount, slimit: ShrinkLimit, t: Tree[A])(p: (A) => Boolean)(e: (ShrinkCount, A) => B): B
- Definition Classes
- PropertyTReporting
- Annotations
- @tailrec()
- 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])
- def writeLog(log: Log): PropertyT[Unit]
- Definition Classes
- PropertyTOps
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)