Package

trail

Permalink

package trail

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. trail
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Arg[T]()(implicit codec: Codec[T]) extends Product with Serializable

    Permalink
  2. trait Codec[T] extends AnyRef

    Permalink
  3. case class Fragment[T]()(implicit codec: Codec[T]) extends Product with Serializable

    Permalink
  4. case class Param[T](name: String)(implicit codec: Codec[T]) extends Product with Serializable

    Permalink
  5. case class Path(path: String, args: List[(String, String)] = List(), fragment: Option[String] = None) extends Product with Serializable

    Permalink
  6. sealed trait Route[Args] extends AnyRef

    Permalink
  7. class StaticElement[T] extends AnyRef

    Permalink
    Annotations
    @implicitNotFound( ... )

Value Members

  1. val !#: Root.type

    Permalink
  2. object Codec

    Permalink
  3. object PathParser

    Permalink
  4. object Root extends Route[Unit] with Product with Serializable

    Permalink
  5. object Route

    Permalink
  6. object StaticElement

    Permalink
  7. object URI

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped