EmailAddress

faker.internet.EmailAddress
object EmailAddress

Attributes

Source
internet.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited types

opaque type Type

Attributes

Inherited from:
Newtype (hidden)
Source
Newtype.scala

Value members

Concrete methods

def freeEmailDomains(implicit loader: ResourceLoader): Seq[String]

Attributes

Source
internet.scala

Inherited methods

def apply(a: String): Type

Attributes

Inherited from:
Newtype (hidden)
Source
Newtype.scala
def unapply(orig: Type): Some[String]

Attributes

Inherited from:
Newtype (hidden)
Source
Newtype.scala

Extensions

Inherited extensions

extension (orig: Type)
def value: String

Attributes

Inherited from:
Newtype (hidden)
Source
Newtype.scala

Implicits

Implicits

implicit def emailAddressArbitrary(implicit loader: ResourceLoader): Arbitrary[EmailAddress]

Attributes

Source
internet.scala