c

valuegen

PrimitiveGen

final case class PrimitiveGen(strGen: Gen[String] = Gen.oneOf(ALPHABET), intGen: Gen[Int] = Arbitrary.arbitrary[Int], longGen: Gen[Long] = Arbitrary.arbitrary[Long], doubleGen: Gen[Double] = Arbitrary.arbitrary[Double], floatGen: Gen[Float] = Arbitrary.arbitrary[Float], boolGen: Gen[Boolean] = Arbitrary.arbitrary[Boolean], bigIntGen: Gen[BigInt] = Arbitrary.arbitrary[BigInt], bigDecGen: Gen[BigDecimal] = Arbitrary.arbitrary[BigDecimal]) extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PrimitiveGen
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PrimitiveGen(strGen: Gen[String] = Gen.oneOf(ALPHABET), intGen: Gen[Int] = Arbitrary.arbitrary[Int], longGen: Gen[Long] = Arbitrary.arbitrary[Long], doubleGen: Gen[Double] = Arbitrary.arbitrary[Double], floatGen: Gen[Float] = Arbitrary.arbitrary[Float], boolGen: Gen[Boolean] = Arbitrary.arbitrary[Boolean], bigIntGen: Gen[BigInt] = Arbitrary.arbitrary[BigInt], bigDecGen: Gen[BigDecimal] = Arbitrary.arbitrary[BigDecimal])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val bigDec: Gen[JsBigDec]
  6. val bigDecGen: Gen[BigDecimal]
  7. val bigInt: Gen[JsBigInt]
  8. val bigIntGen: Gen[BigInt]
  9. val bool: Gen[JsBool]
  10. val boolGen: Gen[Boolean]
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. val double: Gen[JsDouble]
  13. val doubleGen: Gen[Double]
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  16. val floatGen: Gen[Float]
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. val int: Gen[JsInt]
  19. val intGen: Gen[Int]
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. val long: Gen[JsLong]
  22. val longGen: Gen[Long]
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def productElementNames: Iterator[String]
    Definition Classes
    Product
  27. val str: Gen[JsStr]
  28. val strGen: Gen[String]
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. 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 AnyRef

Inherited from Any

Ungrouped