State

faker.states.State
See theState companion object
final case class State(abbr: String, name: String, postalCodeBuilder: StringGenBuilder) extends StateLike

Attributes

Companion
object
Source
StateLike.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StateLike
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

override val postalCodeGen: Gen[String]

Attributes

Source
StateLike.scala