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
Show all

Members list

Type members

Inherited and Abstract types

type T

Attributes

Inherited from:
GenPoly

Value members

Abstract fields

override val numT: Integral[T]

Inherited fields

final override val ordT: Ordering[T]

Attributes

Inherited from:
GenNumericPoly

Inherited and Abstract fields

val genT: Gen[Any, T]

Attributes

Inherited from:
GenPoly