GenFractionalPoly

zio.test.poly.GenFractionalPoly
See theGenFractionalPoly companion object

GenFractionalPoly provides evidence that instances of Gen[T] and Fractional[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: Fractional[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