Class/Object

trail

Route

Related Docs: object Route | package trail

Permalink

case class Route[ROUTE <: HList](pathElements: ROUTE) extends Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Route
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Route(pathElements: ROUTE)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def &[T](param: ParamOpt[T]): ParamRoute[ROUTE, ::[ParamOpt[T], HNil]]

    Permalink
  4. def &[T](param: Param[T]): ParamRoute[ROUTE, ::[Param[T], HNil]]

    Permalink
  5. def /[T, U](a: T)(implicit pe: PathElement[T, U], prepend: Prepend[ROUTE, ::[U, HNil]]): Route[Out]

    Permalink
  6. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  7. def apply(args: HNil.type)(implicit ev: Aux[Convert.type, ROUTE, HNil]): String

    Permalink
  8. def apply[Args <: HList](args: Args)(implicit ev: Aux[Convert.type, ROUTE, Args]): String

    Permalink
  9. def apply()(implicit ev: Aux[Convert.type, ROUTE, HNil]): String

    Permalink
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def fold[H, HR, T <: HList, TR <: HList, TLen <: Nat](f: ~>>[Id, HR])(implicit arg0: Monoid[HR], cons: Aux[ROUTE, H, T], tlen: Aux[T, TLen], tr: Aux[TLen, HR, TR], hc: Aux[f.type, H, HR], mt: Aux[f.type, ROUTE, ::[HR, TR]], trav: Aux[::[HR, TR], List, HR]): HR

    Permalink

    Converts all the chunks of the path to HR using the passed ~>> function.

    Converts all the chunks of the path to HR using the passed ~>> function. Then combines all the HR elements together.

  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. def parse[Args <: HList](uri: String)(implicit ev: Aux[Convert.type, ROUTE, Args]): Option[Args]

    Permalink
  21. val pathElements: ROUTE

    Permalink
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  23. def unapply[Args <: HList](uri: String)(implicit ev: Aux[Convert.type, ROUTE, Args]): Option[Args]

    Permalink
  24. def url(args: HNil.type)(implicit ev: Aux[Convert.type, ROUTE, HNil]): String

    Permalink
  25. def url[Args <: HList](args: Args)(implicit ev: Aux[Convert.type, ROUTE, Args]): String

    Permalink
  26. def url()(implicit ev: Aux[Convert.type, ROUTE, HNil]): String

    Permalink
  27. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped