final case class EMail(value: String) extends AnyVal with Product with Serializable
- Source
- EMail.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Serializable
- Serializable
- Product
- Equals
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new EMail(value: String)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isValid: Boolean
- def link(asCode: Boolean = true): String
-
def
mailTo(subject: String = "", body: String = ""): String
Generates a mailto: link with the optional subject and/or body.
Generates a mailto: link with the optional subject and/or body. The subject and/or body will be URLEncoded.
-
def
toString(): String
- Definition Classes
- EMail → Any
- def validate: EMail
- val value: String