Packages

object uri extends Literally[Uri]

Source
LiteralSyntaxMacros.scala
Linear Supertypes
Literally[Uri], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. uri
  2. Literally
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Context = scala.reflect.macros.blackbox.Context
    Definition Classes
    Literally

Value Members

  1. def apply(c: Context)(args: scala.reflect.macros.blackbox.Context.Expr[Any]*): scala.reflect.macros.blackbox.Context.Expr[Uri]
    Definition Classes
    Literally
  2. def make(c: Context)(args: scala.reflect.macros.blackbox.Context.Expr[Any]*): scala.reflect.macros.blackbox.Context.Expr[Uri]
  3. def validate(c: Context)(s: String): Either[String, scala.reflect.macros.blackbox.Context.Expr[Uri]]
    Definition Classes
    uri → Literally