trait Generators extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Generators
- 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
- implicit def arbBound[T](implicit arg0: Arbitrary[T], conv: (T) => Ordered[T]): Arbitrary[Bound[T]]
- implicit def arbClosedBound[T](implicit arg0: Arbitrary[T], conv: (T) => Ordered[T]): Arbitrary[Closed[T]]
- implicit def arbGreaterRay[T](implicit arg0: Arbitrary[T], conv: (T) => Ordered[T]): Arbitrary[GreaterRay[T]]
- implicit def arbIntInterval: Arbitrary[Interval[Int]]
Generates arbitrary Interval[Int]s.
Generates arbitrary Interval[Int]s. This is functionally the same as the generic Interval generator, but it is more efficient at generating valid intervals. It will automatically be used by the ScalaCheck framework if both are in scope.
- implicit def arbIntIntervalSet: Arbitrary[IntervalSet[Int]]
Generates arbitrary interval sets of Ints using the more efficient Int interval generator.
- implicit def arbInterval[T](implicit arg0: Arbitrary[T], conv: (T) => Ordered[T]): Arbitrary[Interval[T]]
- implicit def arbIntervalSet[T](implicit arg0: Arbitrary[T], conv: (T) => Ordered[T]): Arbitrary[IntervalSet[T]]
- implicit def arbLesserRay[T](implicit arg0: Arbitrary[T], conv: (T) => Ordered[T]): Arbitrary[LesserRay[T]]
- implicit def arbOpenBound[T](implicit arg0: Arbitrary[T], conv: (T) => Ordered[T]): Arbitrary[Open[T]]
- implicit def arbRange: Arbitrary[Range]
- implicit def arbRay[T](implicit arg0: Arbitrary[T], conv: (T) => Ordered[T]): Arbitrary[Ray[T]]
- implicit def arbUnbounded[T](implicit conv: (T) => Ordered[T]): Arbitrary[Unbounded[T]]
- 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
- def genIntervalRange: Gen[Interval[Int]]
Generates ranges which can be converted to a scala.collection.immutable.Range with the .toRange method.
Generates ranges which can be converted to a scala.collection.immutable.Range with the .toRange method. As opposed to the arbitrary Int interval generator, this ensures the created ranges are of a reasonable size.
- 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()
- implicit def shrinkGreaterRay[T](implicit arg0: Shrink[T], conv: (T) => Ordered[T]): Shrink[GreaterRay[T]]
- Annotations
- @nowarn()
- implicit def shrinkInterval[T](implicit arg0: Shrink[T], conv: (T) => Ordered[T]): Shrink[Interval[T]]
- implicit def shrinkLesserRay[T](implicit arg0: Shrink[T], conv: (T) => Ordered[T]): Shrink[LesserRay[T]]
- Annotations
- @nowarn()
- 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