Object

spire.laws

gen

Related Doc: package laws

Permalink

object gen

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. gen
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. lazy val algebraic: Gen[Algebraic]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. lazy val bigInteger: Gen[BigInteger]

    Permalink
  7. def bound[A](implicit arg0: Arbitrary[A]): Gen[Bound[A]]

    Permalink
  8. def boundedInterval[A](implicit arg0: Arbitrary[A], arg1: Order[A]): Gen[Interval[A]]

    Permalink
  9. def bounds[A](implicit arg0: Arbitrary[A], arg1: Order[A]): Gen[(A, A)]

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def closedInterval[A](implicit arg0: Arbitrary[A], arg1: Order[A]): Gen[Interval[A]]

    Permalink
  12. def complex[A](implicit arg0: Arbitrary[A]): Gen[Complex[A]]

    Permalink
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. lazy val fixedPoint: Gen[FixedPoint]

    Permalink
  17. lazy val fixedScale: Gen[FixedScale]

    Permalink
  18. def freeAbGroup[A](implicit arg0: Arbitrary[A]): Gen[FreeAbGroup[A]]

    Permalink
  19. def freeGroup[A](implicit arg0: Arbitrary[A]): Gen[FreeGroup[A]]

    Permalink
  20. def freeMonoid[A](implicit arg0: Arbitrary[A]): Gen[FreeMonoid[A]]

    Permalink
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  23. def interval[A](implicit arg0: Arbitrary[A], arg1: Order[A]): Gen[Interval[A]]

    Permalink
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. def jet[A](implicit arg0: Arbitrary[A], arg1: ClassTag[A]): Gen[Jet[A]]

    Permalink
  26. def jet2[A](implicit arg0: Arbitrary[A], arg1: ClassTag[A]): Gen[Jet[A]]

    Permalink
  27. def makeBoundedInterval[A](f: (A, A) ⇒ Interval[A])(implicit arg0: Arbitrary[A], arg1: Order[A]): Gen[Interval[A]]

    Permalink
  28. lazy val natural: Gen[Natural]

    Permalink
  29. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. lazy val number: Gen[Number]

    Permalink
  33. def openInterval[A](implicit arg0: Arbitrary[A], arg1: Order[A]): Gen[Interval[A]]

    Permalink
  34. def openLowerInterval[A](implicit arg0: Arbitrary[A], arg1: Order[A]): Gen[Interval[A]]

    Permalink
  35. def openUpperInterval[A](implicit arg0: Arbitrary[A], arg1: Order[A]): Gen[Interval[A]]

    Permalink
  36. val perm: Gen[Perm]

    Permalink
  37. def polynomial[A](implicit arg0: Arbitrary[A], arg1: Semiring[A], arg2: Eq[A], arg3: ClassTag[A]): Gen[Polynomial[A]]

    Permalink
  38. def quaternion[A](implicit arg0: Arbitrary[A]): Gen[Quaternion[A]]

    Permalink
  39. lazy val rational: Gen[Rational]

    Permalink
  40. lazy val real: Gen[Real]

    Permalink
  41. lazy val safeLong: Gen[SafeLong]

    Permalink
  42. lazy val sign: Gen[Sign]

    Permalink
  43. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  44. def term[A](implicit arg0: Arbitrary[A]): Gen[Term[A]]

    Permalink
  45. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  46. lazy val trilean: Gen[Trilean]

    Permalink
  47. lazy val ubyte: Gen[UByte]

    Permalink
  48. lazy val uint: Gen[UInt]

    Permalink
  49. lazy val ulong: Gen[ULong]

    Permalink
  50. lazy val ushort: Gen[UShort]

    Permalink
  51. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped