object Account
- Companion
- class
trait Product
trait Mirror
class Object
trait Matchable
class Any
Type members
Types
type Email = Constrained[String, DescribedAs[Match["^[\\w-\\.]+@([\\w-]+\\.)+[\\w-]{2,4}$"], "Value should be an email"]]
Value members
Concrete methods
def createAccount(username: Username, email: Email, password: Password): Either[IllegalValueError[String], Account]