City

org.encalmo.models.City$package.City
object City extends SimpleOpaqueString[City]

Attributes

Graph
Supertypes
trait AutoShow[City, String]
class Object
trait Matchable
class Any
Show all
Self type
City.type

Members list

Type members

Inherited classlikes

object given_Conversion_O_T extends Conversion[O, T]

Attributes

Inherited from:
AutoShow
Supertypes
class Conversion[O, T]
trait O => T
class Object
trait Matchable
class Any

Value members

Inherited methods

inline def apply(value: String): City

Attributes

Inherited from:
SimpleOpaqueString
inline def show(value: City): String

Attributes

Inherited from:
SimpleOpaqueString
inline def unapply(value: City): Option[String]

Attributes

Inherited from:
OpaqueType

Givens

Inherited givens

Attributes

Inherited from:
AutoShow
given given_Function_O_Value: City => Value

Attributes

Inherited from:
OpaqueString
given given_ReadWriter_O: ReadWriter[City]

Attributes

Inherited from:
OpaqueString

Extensions

Inherited extensions

extension (value: City)
inline def existsIn(values: City*): Boolean

Attributes

Inherited from:
OpaqueType
extension (value: City)
inline def drop(n: Int): City

Attributes

Inherited from:
SimpleOpaqueString
inline def dropRight(n: Int): City

Attributes

Inherited from:
SimpleOpaqueString
inline def head: City

Attributes

Inherited from:
SimpleOpaqueString
inline def init: City

Attributes

Inherited from:
SimpleOpaqueString
inline def last: City

Attributes

Inherited from:
SimpleOpaqueString
inline def tail: City

Attributes

Inherited from:
SimpleOpaqueString
inline def take(n: Int): City

Attributes

Inherited from:
SimpleOpaqueString
inline def takeRight(n: Int): City

Attributes

Inherited from:
SimpleOpaqueString