japgolly.nyaya.test

Gen

class Gen[A] extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Gen
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Gen(f: (GenSize) ⇒ Rng[A])

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def ***[X](x: Gen[X]): Gen[(A, X)]

  5. def +++[X](x: Gen[X]): Gen[\/[A, X]]

  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. def \&/[X](that: Gen[X]): Gen[\&/[A, X]]

  9. def \/[X](x: Gen[X]): Gen[\/[A, X]]

  10. def \?/[X](x: Gen[X]): Gen[scalaz.Validation.\?/[A, X]]

  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def data(gs: GenSize, ss: SampleSize): Rng[EphemeralStream[A]]

  14. def either[X](x: Gen[X]): Gen[Either[A, X]]

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

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

    Definition Classes
    AnyRef → Any
  17. def estream: GenS[EphemeralStream[A]]

  18. def estream1: GenS[EphemeralStream[A]]

  19. val f: (GenSize) ⇒ Rng[A]

  20. def fill(n: Int): Gen[List[A]]

  21. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def flatMap[B](g: (A) ⇒ Gen[B]): Gen[B]

  23. def flatMapS[B](g: (A) ⇒ GenS[B]): GenS[B]

  24. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. def list: GenS[List[A]]

  28. def list1: GenS[NonEmptyList[A]]

  29. def map[B](g: (A) ⇒ B): Gen[B]

  30. def mapBy[K](k: Gen[K]): Gen[Map[K, A]]

  31. def mapTo[V](v: Gen[V]): Gen[Map[A, V]]

  32. def mapr[B](g: (Rng[A]) ⇒ Rng[B]): Gen[B]

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

    Definition Classes
    AnyRef
  34. final def notify(): Unit

    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  36. def option: Gen[Option[A]]

  37. def pair: Gen[(A, A)]

  38. def set: GenS[Set[A]]

  39. def set1: GenS[Set[A]]

  40. def shuffle[T, CC[X] <: TraversableOnce[X]](implicit ev: <:<[A, CC[T]], bf: CanBuildFrom[CC[T], T, CC[T]]): Gen[CC[T]]

    Returns a new collection of the same type in a randomly chosen order.

    Returns a new collection of the same type in a randomly chosen order.

    returns

    the shuffled collection

  41. def stream: GenS[Stream[A]]

  42. def stream1: GenS[Stream[A]]

  43. def subst[B >: A]: Gen[B]

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

    Definition Classes
    AnyRef
  45. def toString(): String

    Definition Classes
    AnyRef → Any
  46. def triple: Gen[(A, A, A)]

  47. def validation[X](x: Gen[X]): Gen[scalaz.Validation.\?/[A, X]]

  48. def vector: GenS[Vector[A]]

  49. def vector1: GenS[Vector[A]]

  50. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. def withFilter(p: (A) ⇒ Boolean): Gen[A]

Inherited from AnyRef

Inherited from Any

Ungrouped