StringList

object StringList extends Newtype[List[String]]
class Newtype[List[String]]
trait HasId
class Object
trait Matchable
class Any

Type members

Classlikes

object T

Inherited types

opaque type Type
Inherited from
Newtype

Value members

Concrete methods

def namespace: String

Inherited methods

def apply(a: List[String]): Type
Inherited from
Newtype
def identifier: String
Inherited from
HasId
def unapply(orig: Type): Some[List[String]]
Inherited from
Newtype

Concrete fields

val hints: Hints
val name: String
val schema: Schema[StringList]

Extensions

Inherited extensions

extension (orig: Type)
def value: List[String]
Inherited from
Newtype

Implicits

Implicits

implicit
val staticSchema: Static[Schema[StringList]]

Inherited implicits

implicit
val key: Key[Type]
Inherited from
Newtype