Object/Trait

zio.test.poly

GenPoly

Related Docs: trait GenPoly | package poly

Permalink

object GenPoly

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GenPoly
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply[A](gen: Gen[Random with Sized, A]): GenPoly

    Permalink

    Constructs an instance of TypeWith using the specified value, existentially hiding the underlying type.

  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val boolean: GenPoly

    Permalink

    Provides evidence that instances of Gen and a Ordering exist for booleans.

  7. val byte: GenPoly

    Permalink

    Provides evidence that instances of Gen and Ordering exist for bytes.

  8. val char: GenPoly

    Permalink

    Provides evidence that instances of Gen and Ordering exist for characters.

  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. val double: GenPoly

    Permalink

    Provides evidence that instances of Gen and Ordering exist for doubles.

  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. val float: GenPoly

    Permalink

    Provides evidence that instances of Gen and Ordering exist for floats.

  15. lazy val genPoly: Gen[Random, GenPoly]

    Permalink
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. val int: GenPoly

    Permalink

    Provides evidence that instances of Gen and Ordering exist for integers.

  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def list(poly: GenPoly): GenPoly

    Permalink

    Provides evidence that instances of Gen[List[T]] and Ordering[List[T]] exist for any type for which Gen[T] and Ordering[T] exist.

  21. val long: GenPoly

    Permalink

    Provides evidence that instances of Gen and Ordering exist for longs.

  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. def option(poly: GenPoly): GenPoly

    Permalink

    Provides evidence that instances of Gen[Option[T]] and Ordering[Option[T]] exist for any type for which Gen[T] and Ordering[T] exist.

  26. val short: GenPoly

    Permalink

    Provides evidence that instances of Gen and Ordering exist for shorts.

  27. val string: GenPoly

    Permalink

    Provides evidence that instances of Gen and Ordering exist for strings.

  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. val unit: GenPoly

    Permalink

    Provides evidence that instances of Gen and Ordering exist for the unit value.

  31. def vector(poly: GenPoly): GenPoly

    Permalink

    Provides evidence that instances of Gen[Vector[T]] and Ordering[Vector[T]] exist for any type for which Gen[T] and Ordering[T] exist.

  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped