Package

io.alphash

faker

Permalink

package faker

Visibility
  1. Public
  2. All

Type Members

  1. sealed case class CreditCard(cctype: String, length: Int, prefixes: Seq[Int]) extends Product with Serializable

    Permalink
  2. class Datetime extends AnyRef

    Permalink
  3. trait Faker extends AnyRef

    Permalink
  4. sealed case class FirstNames(male: Seq[String], female: Seq[String]) extends Product with Serializable

    Permalink
  5. class Geolocation extends AnyRef

    Permalink
  6. class Internet extends AnyRef

    Permalink
  7. class Lorem extends AnyRef

    Permalink
  8. class Payment extends AnyRef

    Permalink
  9. class Person extends AnyRef

    Permalink
  10. sealed case class PersonModel(titles: Titles, firstNames: FirstNames, lastNames: Seq[String]) extends Product with Serializable

    Permalink
  11. class Phone extends AnyRef

    Permalink
  12. sealed case class PhoneFormat(countryCode: String, length: Int, areaCodes: Option[Seq[String]] = None, prefixes: Seq[String], format: String) extends Product with Serializable

    Permalink
  13. sealed case class PhoneModel(formats: Seq[PhoneFormat]) extends Product with Serializable

    Permalink
  14. class Price extends AnyRef

    Permalink
  15. sealed case class Titles(male: Seq[String], female: Seq[String]) extends Product with Serializable

    Permalink

Value Members

  1. object Datetime

    Permalink
  2. object Geolocation

    Permalink
  3. object Internet extends Faker

    Permalink
  4. object Lorem extends Faker

    Permalink
  5. object Payment extends Faker

    Permalink
  6. object Person extends Faker

    Permalink
  7. object Phone extends Faker

    Permalink
  8. object Price extends Faker

    Permalink

Ungrouped