object Routing extends Newtype[String]
Type Members
- abstract type Type
- type Wrapped = String
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- macro def apply(value: String, values: String*): NonEmptyChunk[Type]
- macro def apply(value: String): Type
- final def asInstanceOf[T0]: T0
- macro def assert(assertion: Assertion[String]): QuotedAssertion[String]
- macro def assertCustom(f: (String) => Either[AssertionError, Unit]): QuotedAssertion[String]
- def assertion: QuotedAssertion[String] { def magic: Int }
- implicit def classTag(implicit underlying: ClassTag[String]): ClassTag[Type]
- def clone(): AnyRef
- def derive[TypeClass[_]](implicit instance: TypeClass[String]): TypeClass[Type]
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- macro def make(value: String): Validation[String, Type]
- macro def makeAll[F[+_]](value: F[String])(implicit arg0: ForEach[F]): Validation[String, F[Type]]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- def unapply(value: Type): Some[String]
- def unwrap(value: Type): String
- def unwrapAll[F[_]](value: F[Type]): F[String]
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def wrap(value: String): Type
- macro def wrapAll[F[_]](value: F[String]): F[Type]
Deprecated Value Members
- def finalize(): Unit
Inherited from Newtype[String]
Value Members
- macro def apply(value: String, values: String*): NonEmptyChunk[Type]
- macro def apply(value: String): Type
- macro def assert(assertion: Assertion[String]): QuotedAssertion[String]
- macro def assertCustom(f: (String) => Either[AssertionError, Unit]): QuotedAssertion[String]
- implicit def classTag(implicit underlying: ClassTag[String]): ClassTag[Type]
- def derive[TypeClass[_]](implicit instance: TypeClass[String]): TypeClass[Type]
- macro def make(value: String): Validation[String, Type]
- macro def makeAll[F[+_]](value: F[String])(implicit arg0: ForEach[F]): Validation[String, F[Type]]
- def unapply(value: Type): Some[String]
- def unwrap(value: Type): String
- def unwrapAll[F[_]](value: F[Type]): F[String]
- def wrap(value: String): Type
- macro def wrapAll[F[_]](value: F[String]): F[Type]
Inherited from Any
Value Members
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Ungrouped
- abstract type Type
- type Wrapped = String
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- macro def apply(value: String, values: String*): NonEmptyChunk[Type]
- macro def apply(value: String): Type
- final def asInstanceOf[T0]: T0
- macro def assert(assertion: Assertion[String]): QuotedAssertion[String]
- macro def assertCustom(f: (String) => Either[AssertionError, Unit]): QuotedAssertion[String]
- def assertion: QuotedAssertion[String] { def magic: Int }
- implicit def classTag(implicit underlying: ClassTag[String]): ClassTag[Type]
- def clone(): AnyRef
- def derive[TypeClass[_]](implicit instance: TypeClass[String]): TypeClass[Type]
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- macro def make(value: String): Validation[String, Type]
- macro def makeAll[F[+_]](value: F[String])(implicit arg0: ForEach[F]): Validation[String, F[Type]]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- def unapply(value: Type): Some[String]
- def unwrap(value: Type): String
- def unwrapAll[F[_]](value: F[Type]): F[String]
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def wrap(value: String): Type
- macro def wrapAll[F[_]](value: F[String]): F[Type]
- def finalize(): Unit