Packages

o

app.tulz.routing

directives

object directives extends Directives with PathMatchers

Linear Supertypes
PathMatchers, Directives, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. directives
  2. PathMatchers
  3. Directives
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class PathMatcher1Ops[T] extends AnyRef
    Definition Classes
    PathMatchers

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. def complete[T](action: ⇒ Unit): Route
    Definition Classes
    Directives
  7. def completeN[T](events: EventStream[() ⇒ Unit]): Route
    Definition Classes
    Directives
  8. def concat(routes: Route*): Route
    Definition Classes
    Directives
  9. def debug(message: ⇒ String)(subRoute: Route): Route
    Definition Classes
    Directives
  10. def double: PathMatcher1[Double]
    Definition Classes
    PathMatchers
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def extractUnmatchedPath: Directive1[List[String]]
    Definition Classes
    Directives
  14. def fromTry[V](t: Try[V]): PathMatcher1[V]
    Definition Classes
    PathMatchers
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def long: PathMatcher1[Long]
    Definition Classes
    PathMatchers
  19. def maybeParam(name: String): Directive1[Option[String]]
    Definition Classes
    Directives
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def param(name: String): Directive1[String]
    Definition Classes
    Directives
  24. def path[T](m: PathMatcher[T]): Directive[T]
    Definition Classes
    Directives
  25. def pathEnd: Directive0
    Definition Classes
    Directives
  26. def pathPrefix[T](m: PathMatcher[T]): Directive[T]
    Definition Classes
    Directives
  27. def provide[L](value: L): Directive1[L]
    Definition Classes
    Directives
  28. def regex(r: Regex): PathMatcher1[Match]
    Definition Classes
    PathMatchers
  29. def reject: Route
    Definition Classes
    Directives
  30. def segment(s: String): PathMatcher0
    Definition Classes
    PathMatchers
  31. def segment: PathMatcher1[String]
    Definition Classes
    PathMatchers
  32. def signal[T](signal: Signal[T]): Directive1[T]
    Definition Classes
    Directives
  33. implicit def stringToSegment(s: String): PathMatcher[Unit]
    Definition Classes
    PathMatchers
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. def tprovide[L](value: L)(implicit arg0: Tuple[L]): Directive[L]
    Definition Classes
    Directives
  37. def tryParse[V](t: ⇒ V): PathMatcher1[V]
    Definition Classes
    PathMatchers
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from PathMatchers

Inherited from Directives

Inherited from AnyRef

Inherited from Any

Ungrouped