alloy.common

package alloy.common

Members list

Type members

Classlikes

final case class CountryCodeFormat()

ISO 3166-1 Alpha-2 country code Full list in https://www.iso.org/obp/ui/#search/code/ example: "AF", "US"

ISO 3166-1 Alpha-2 country code Full list in https://www.iso.org/obp/ui/#search/code/ example: "AF", "US"

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait HasId
class Object
trait Matchable
class Any
Show all
Self type
final case class EmailFormat()

Email address as defined in https://www.rfc-editor.org/rfc/rfc2821 and https://www.rfc-editor.org/rfc/rfc2822 A more human-readable format is available here: https://www.rfc-editor.org/rfc/rfc3696#section-3

Email address as defined in https://www.rfc-editor.org/rfc/rfc2821 and https://www.rfc-editor.org/rfc/rfc2822 A more human-readable format is available here: https://www.rfc-editor.org/rfc/rfc3696#section-3

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait Has[EmailFormat]
trait HasId
class Object
trait Matchable
class Any
Show all
Self type
final case class HexColorCodeFormat()

A hex triplet representing a RGB color code example: "#09C" (short) or "#0099CC" (full)

A hex triplet representing a RGB color code example: "#09C" (short) or "#0099CC" (full)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait HasId
class Object
trait Matchable
class Any
Show all
Self type
final case class LanguageCodeFormat()

ISO 639-1 Alpha-2 language code or Language for short. Column ISO 639-1 in https://www.loc.gov/standards/iso639-2/php/English_list.php example: "fr", "en"

ISO 639-1 Alpha-2 language code or Language for short. Column ISO 639-1 in https://www.loc.gov/standards/iso639-2/php/English_list.php example: "fr", "en"

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait HasId
class Object
trait Matchable
class Any
Show all
Self type
final case class LanguageTagFormat()

BCP 47 Language Tag IETF RFC: https://tools.ietf.org/search/bcp47 example: "fr-CA", "en-US"

BCP 47 Language Tag IETF RFC: https://tools.ietf.org/search/bcp47 example: "fr-CA", "en-US"

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait HasId
class Object
trait Matchable
class Any
Show all
Self type