Username

Companion
class
class JsonCompanion[String, Username]
class Object
trait Matchable
class Any

Value members

Inherited methods

override def build(input: String): Either[ErrorMessage, Username]
Definition Classes
Inherited from
JsonCompanion
def defaultError(in: String): ErrorMessage
Inherited from
ValidatingCompanion
override def write(t: Username): String
Definition Classes
Inherited from
StringCompanion

Concrete fields

Implicits

Inherited implicits

implicit val json: Codec[Username]
Inherited from
ValidatingCompanion
implicit val ordering: Ordering[Username]
Inherited from
ValidatingCompanion
implicit val readable: Readable[Username]
Inherited from
StringCompanion