object GenPoly
- Alphabetic
- By Inheritance
- GenPoly
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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
-
def
apply[A](gen: Gen[Random with Sized, A]): GenPoly
Constructs an instance of
TypeWithusing the specified value, existentially hiding the underlying type. -
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
boolean: GenPoly
Provides evidence that instances of
Genand aOrderingexist for booleans. -
val
byte: GenPoly
Provides evidence that instances of
GenandOrderingexist for bytes. -
val
char: GenPoly
Provides evidence that instances of
GenandOrderingexist for characters. -
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
val
double: GenPoly
Provides evidence that instances of
GenandOrderingexist for doubles. -
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
val
float: GenPoly
Provides evidence that instances of
GenandOrderingexist for floats. - lazy val genPoly: Gen[Random, GenPoly]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
val
int: GenPoly
Provides evidence that instances of
GenandOrderingexist for integers. -
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
list(poly: GenPoly): GenPoly
Provides evidence that instances of
Gen[List[T]]andOrdering[List[T]]exist for any type for whichGen[T]andOrdering[T]exist. -
val
long: GenPoly
Provides evidence that instances of
GenandOrderingexist for longs. -
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
option(poly: GenPoly): GenPoly
Provides evidence that instances of
Gen[Option[T]]andOrdering[Option[T]]exist for any type for whichGen[T]andOrdering[T]exist. -
val
short: GenPoly
Provides evidence that instances of
GenandOrderingexist for shorts. -
val
string: GenPoly
Provides evidence that instances of
GenandOrderingexist for strings. -
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
val
unit: GenPoly
Provides evidence that instances of
GenandOrderingexist for the unit value. -
def
vector(poly: GenPoly): GenPoly
Provides evidence that instances of
Gen[Vector[T]]andOrdering[Vector[T]]exist for any type for whichGen[T]andOrdering[T]exist. -
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()