GenNumericPoly

zio.test.poly.GenNumericPoly
See theGenNumericPoly companion object

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

Attributes

Companion
object
Graph
Supertypes
trait GenPoly
class Object
trait Matchable
class Any
Known subtypes

Members list

Type members

Inherited types

type T

Attributes

Inherited from:
GenPoly

Value members

Abstract fields

val numT: Numeric[T]

Concrete fields

final override val ordT: Ordering[T]

Inherited fields

val genT: Gen[Any, T]

Attributes

Inherited from:
GenPoly