GenIntegralPoly

zio.test.poly.GenIntegralPoly
See theGenIntegralPoly companion object

GenIntegralPoly provides evidence that instances of Gen[T] and Integral[T] exist for some concrete but unknown type T.

Attributes

Companion:
object
Graph
Supertypes
trait GenPoly
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Inherited types

type T

Attributes

Inherited from:
GenPoly

Value members

Abstract fields

override val numT: Integral[T]

Inherited fields

val genT: Gen[Any, T]

Attributes

Inherited from:
GenPoly
final override val ordT: Ordering[T]

Attributes

Inherited from:
GenNumericPoly