io.github.databob

generators

package generators

Visibility
  1. Public
  2. All

Type Members

  1. class ErasureMatchingGenerator[A] extends Generator[A]

  2. case class GeneratedCollectionSize(value: Int) extends Product with Serializable

    Represents the (maximum or potentially maximum) size of a generated collection.

  3. class Generators extends Iterable[Generator[_]]

    Represents an entire Partial Function for generating instances.

  4. class TypeMatchingGenerator[A] extends Generator[A]

Value Members

  1. object CollectionGenerators

    Generators for Collection types

  2. object DateTimeGenerators

    Generators for Date and Time types

  3. object GeneratedCollectionSize extends Serializable

  4. object Generators

  5. object MonadGenerators

    Generators for Monadic Scala types

  6. object PrimitiveGenerators

    Generators for Primitive types

Ungrouped