p

nyaya

gen

package gen

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

Type Members

  1. trait Baggy[H[_]] extends AnyRef
  2. final class DateTimeBuilder extends DateTimeBuilderJava8
  3. trait DateTimeBuilderJava8 extends AnyRef
  4. case class Distinct[A, X, H[_], Y, Z, B](fixer: Fixer[X, H, Y, Z], t: (A) ⇒ ((X) ⇒ State[H[Y], Z]) ⇒ State[H[Y], B])(implicit evidence$1: Baggy[H]) extends DistinctFn[A, B] with Product with Serializable
  5. case class DistinctEndo[A](ds: NonEmptyList[DistinctFn[A, A]]) extends DistinctFn[A, A] with Product with Serializable
  6. sealed trait DistinctFn[A, B] extends AnyRef
  7. final case class Gen[+A](run: Run[A]) extends AnyVal with GenClassExt[A] with Product with Serializable
  8. final class GenCtx extends AnyRef

    State and config passed to generators.

    State and config passed to generators.

    This data is mutable.

  9. final class GenOpsWithInvariantA[A] extends AnyVal
  10. final case class GenSize(value: Int) extends Product with Serializable

    The default maximum size of dynamically-sized data.

    The default maximum size of dynamically-sized data.

    Most significantly translates to collection and string length.

  11. final case class SampleNumber(value: Int) extends AnyVal with Product with Serializable
  12. case class SeedCtx(thread: ThreadNumber, sample: SampleNumber) extends Product with Serializable
  13. sealed trait SizeSpec extends AnyRef
  14. type StateGen[S, A] = IndexedStateT[Gen, S, S, A]
  15. final case class ThreadNumber(value: Int) extends AnyVal with Product with Serializable

Value Members

  1. implicit def GenOpsWithInvariantA[A](g: Gen[A]): GenOpsWithInvariantA[A]
    Annotations
    @inline()
  2. object Baggy extends BaggyImplicits
  3. object DateTimeBuilder
  4. object DateTimeBuilderJava8
  5. object Distinct extends Serializable
  6. object Gen extends Serializable
  7. object GenCtx
  8. object GenSize extends Serializable
  9. object ScalaVerSpecific
  10. object SizeSpec
  11. object StateGen

Inherited from AnyRef

Inherited from Any

Ungrouped