Packages

class RouteWithConcatenation extends AnyRef

Source
RouteConcatenation.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RouteWithConcatenation
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new RouteWithConcatenation(route: Route)

Value Members

  1. def ~(other: Route): Route

    Returns a Route that chains two Routes.

    Returns a Route that chains two Routes. If the first Route rejects the request the second route is given a chance to act upon the request.