io.github.pervasivecats.items.item.valueobjects

Members list

Concise view

Type members

Classlikes

trait Customer

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
object Customer

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
trait ItemId

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
object ItemId

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ItemId.type

Types

type Email = Refined[String, MatchesRegex["[a-z0-9!#$%&\'*+/=?^_`{|}~\\-]+(?:\\.[a-z0-9!#$%&\'*+/=?^_`{|}~\\-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?"]]