Package

nyaya

gen

Permalink

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

    Permalink
  2. final class DateTimeBuilder extends DateTimeBuilderJava8

    Permalink
  3. trait DateTimeBuilderJava8 extends AnyRef

    Permalink
  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

    Permalink
  5. case class DistinctEndo[A](ds: NonEmptyList[DistinctFn[A, A]]) extends DistinctFn[A, A] with Product with Serializable

    Permalink
  6. sealed trait DistinctFn[A, B] extends AnyRef

    Permalink
  7. final case class Gen[+A](run: Run[A]) extends AnyVal with Product with Serializable

    Permalink
  8. final class GenCtx extends AnyRef

    Permalink

    State and config passed to generators.

    State and config passed to generators.

    This data is mutable.

  9. final class GenOpsWithInvariantA[A] extends AnyVal

    Permalink
  10. final case class GenSize(value: Int) extends Product with Serializable

    Permalink

    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

    Permalink
  12. case class SeedCtx(thread: ThreadNumber, sample: SampleNumber) extends Product with Serializable

    Permalink
  13. sealed trait SizeSpec extends AnyRef

    Permalink
  14. type StateGen[S, A] = IndexedStateT[Gen, S, S, A]

    Permalink
  15. final case class ThreadNumber(value: Int) extends AnyVal with Product with Serializable

    Permalink

Value Members

  1. object Baggy

    Permalink
  2. object DateTimeBuilder

    Permalink
  3. object DateTimeBuilderJava8

    Permalink
  4. object Distinct extends Serializable

    Permalink
  5. object Gen extends Serializable

    Permalink
  6. object GenCtx

    Permalink
  7. implicit def GenOpsWithInvariantA[A](g: Gen[A]): GenOpsWithInvariantA[A]

    Permalink
    Annotations
    @inline()
  8. object GenSize extends Serializable

    Permalink
  9. object SizeSpec

    Permalink
  10. object StateGen

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped