GenIntegralPoly

Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[A](gen: Gen[Random & Sized, A], num: Integral[A]): GenIntegralPoly

Constructs an instance of GenIntegralPoly using the specified Gen and Integral instances, existentially hiding the underlying type.

Constructs an instance of GenIntegralPoly using the specified Gen and Integral instances, existentially hiding the underlying type.

Concrete fields

Provides evidence that instances of Gen and Integral exist for bytes.

Provides evidence that instances of Gen and Integral exist for bytes.

Provides evidence that instances of Gen and Integral exist for characters.

Provides evidence that instances of Gen and Integral exist for characters.

A generator of polymorphic values constrainted to have an Integral instance.

A generator of polymorphic values constrainted to have an Integral instance.

Provides evidence that instances of Gen and Integral exist for integers.

Provides evidence that instances of Gen and Integral exist for integers.

Provides evidence that instances of Gen and Integral exist for longs.

Provides evidence that instances of Gen and Integral exist for longs.

Provides evidence that instances of Gen and Integral exist for shorts.

Provides evidence that instances of Gen and Integral exist for shorts.