MailAddressTypeOps
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
Parses an email address from two parts.
Parses an email address from two parts.
Attributes
Parses an email address from two parts returning a cats ValidatedNec
with AddressException
as the error in case of malformed address.
Parses an email address from two parts returning a cats ValidatedNec
with AddressException
as the error in case of malformed address.
Attributes
Reads a comma-separated list of e-mail addresses.
Reads a comma-separated list of e-mail addresses.
Attributes
Reads a comma-separated list of e-mail addresses, throwing exceptions if something fails.
Reads a comma-separated list of e-mail addresses, throwing exceptions if something fails.
Attributes
Reads a comma-separated list of e-mail addresses, returning a cats ValidatedNec
with AddressException
as the error in case of malformed addresses.
Reads a comma-separated list of e-mail addresses, returning a cats ValidatedNec
with AddressException
as the error in case of malformed addresses.
Attributes
Parses an email address returning a cats ValidatedNec
with AddressException
as the error in case of malformed address.
Parses an email address returning a cats ValidatedNec
with AddressException
as the error in case of malformed address.