Package

io.github.databob

generators

Permalink

package generators

Visibility
  1. Public
  2. All

Type Members

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

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

    Permalink

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

    Represents the (maximum or potentially maximum) size of a generated collection. Add a generator for this

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

    Permalink

    Represents an entire Partial Function for generating instances.

    Represents an entire Partial Function for generating instances. As such, the ordering of the component generators will determine order of application (ie. earlier generators matched first). Immutable

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

    Permalink

Value Members

  1. object CollectionGenerators

    Permalink

    Generators for Collection types

  2. object DateTimeGenerators

    Permalink

    Generators for Date and Time types

  3. object GeneratedCollectionSize extends Serializable

    Permalink
  4. object Generators

    Permalink
  5. object MonadGenerators

    Permalink

    Generators for Monadic Scala types

  6. object PrimitiveGenerators

    Permalink

    Generators for Primitive types

Ungrouped