GenOrderingPoly

zio.test.poly.GenOrderingPoly
See theGenOrderingPoly companion object
trait GenOrderingPoly extends GenPoly

GenOrderingPoly provides evidence that instances of Gen[T] and Ordering[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 ordT: Ordering[T]

Inherited fields

val genT: Gen[Any, T]

Attributes

Inherited from:
GenPoly