Companion
Contains static declarations for the EmailAddress type.
Properties
Functions
Creates an instance of EmailAddress from the string representation of the specified value, or throws an IllegalArgumentException if the string representation of value doesn't match the default pattern.
Creates an instance of EmailAddress from the string representation of the specified value. Throws an IllegalArgumentException if the string representation of value doesn't match the string representation of the specified pattern, or if the string representation of pattern doesn't match the default pattern.
Creates an instance of EmailAddress from the string representation of the specified value, or returns null
if the string representation of value doesn't match the default pattern.
Creates an instance of EmailAddress from the string representation of the specified value. Returns null
if the string representation of value doesn't match the string representation of the specified pattern, or if the string representation of pattern doesn't match the default pattern.