Object/Trait

zio.test.poly

GenOrderingPoly

Related Docs: trait GenOrderingPoly | package poly

Permalink

object GenOrderingPoly

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GenOrderingPoly
  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], ord: Ordering[A]): GenOrderingPoly

    Permalink

    Constructs an instance of GenOrderingPoly using the specified Gen and Ordering instances, existentially hiding the underlying type.

  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val boolean: GenOrderingPoly

    Permalink

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

  7. val byte: GenOrderingPoly

    Permalink

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

  8. val char: GenOrderingPoly

    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: GenOrderingPoly

    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: GenOrderingPoly

    Permalink

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

  15. lazy val genOrderingPoly: Gen[Random, GenOrderingPoly]

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

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

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

    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: GenOrderingPoly): GenOrderingPoly

    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: GenOrderingPoly

    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: GenOrderingPoly): GenOrderingPoly

    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: GenOrderingPoly

    Permalink

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

  27. val string: GenOrderingPoly

    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: GenOrderingPoly

    Permalink

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

  31. def vector(poly: GenOrderingPoly): GenOrderingPoly

    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