NonEmptyString

object NonEmptyString extends Newtype[String]
class Newtype[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: String): Type
Inherited from
Newtype
def identifier: String
Inherited from
HasId
def unapply(orig: Type): Some[String]
Inherited from
Newtype

Concrete fields

val name: String

Extensions

Inherited extensions

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

Implicits

Implicits

implicit

Inherited implicits

implicit
val key: Key[Type]
Inherited from
Newtype