Packages

object Routing extends Newtype[String]

Linear Supertypes
Newtype[String], NewtypeVersionSpecific, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Routing
  2. Newtype
  3. NewtypeVersionSpecific
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. abstract type Type
    Definition Classes
    NewtypeVersionSpecific
  2. type Wrapped = String
    Definition Classes
    Newtype

Value Members

  1. macro def apply(value: String, values: String*): NonEmptyChunk[Type]
    Definition Classes
    Newtype
  2. macro def apply(value: String): Type
    Definition Classes
    Newtype
  3. macro def assert(assertion: Assertion[String]): QuotedAssertion[String]
    Definition Classes
    Newtype
  4. macro def assertCustom(f: (String) => Either[AssertionError, Unit]): QuotedAssertion[String]
    Definition Classes
    Newtype
  5. def assertion: QuotedAssertion[String] { def magic: Int }
    Definition Classes
    Routing → Newtype
  6. implicit def classTag(implicit underlying: ClassTag[String]): ClassTag[Type]
    Definition Classes
    Newtype
  7. macro def make(value: String): Validation[String, Type]
    Definition Classes
    Newtype
  8. macro def makeAll[F[+_]](value: F[String])(implicit arg0: ForEach[F]): Validation[String, F[Type]]
    Definition Classes
    Newtype
  9. def unapply(value: Type): Some[String]
    Definition Classes
    Newtype
  10. def unwrap(value: Type): String
    Definition Classes
    Newtype
  11. def unwrapAll[F[_]](value: F[Type]): F[String]
    Definition Classes
    Newtype
  12. macro def wrapAll[F[_]](value: F[String]): F[Type]
    Definition Classes
    Newtype