package models
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
sealed
trait
Actor extends AnyRef
Actor refers to actors that triggered an event
-
final
case class
LaxEmailAddress(text: String) extends AnyVal with Product with Serializable
LaxEmailAddress is a wrapper to string but designed to carry the idea of an email address
LaxEmailAddress is a wrapper to string but designed to carry the idea of an email address
NO verification takes place !