package models
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
sealed
trait
Actor extends AnyRef
Actor refers to actors that triggered an event
- sealed abstract class ActorType extends AnyRef
-
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 !
Value Members
- object Actor
- object ActorType
- object ActorTypes
- object Actors
- object LaxEmailAddress extends Serializable