cc.spray.directives

Slash

object Slash extends PathMatcher0

A PathMatcher that matches a single slash character ('/'). Also matches at the very end of the requests URI path if no slash is present.

Linear Supertypes
PathMatcher0, PathMatcher[Product0], (String) ⇒ Option[(String, Product0)], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Slash
  2. PathMatcher0
  3. PathMatcher
  4. Function1
  5. AnyRef
  6. Any
Visibility
  1. Public
  2. All

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def / [A, B, C, D, E] (sub: PathMatcher5[A, B, C, D, E]): Combi[(A, B, C, D, E)] with PathMatcher5[A, B, C, D, E]

    Definition Classes
    PathMatcher0
  5. def / [A, B, C, D] (sub: PathMatcher4[A, B, C, D]): Combi[(A, B, C, D)] with PathMatcher4[A, B, C, D]

    Definition Classes
    PathMatcher0
  6. def / [A, B, C] (sub: PathMatcher3[A, B, C]): Combi[(A, B, C)] with PathMatcher3[A, B, C]

    Definition Classes
    PathMatcher0
  7. def / [A, B] (sub: PathMatcher2[A, B]): Combi[(A, B)] with PathMatcher2[A, B]

    Definition Classes
    PathMatcher0
  8. def / [A] (sub: PathMatcher1[A]): Combi[(A)] with PathMatcher1[A]

    Definition Classes
    PathMatcher0
  9. def / (sub: PathMatcher0): Combi[Product0] with PathMatcher0

    Definition Classes
    PathMatcher0
  10. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  11. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  12. def andThen [A] (g: (Option[(String, Product0)]) ⇒ A): (String) ⇒ A

    Definition Classes
    Function1
  13. def apply (path: String): Option[(String, Product0)]

    Definition Classes
    Slash → Function1
  14. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  15. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  16. def compose [A] (g: (A) ⇒ String): (A) ⇒ Option[(String, Product0)]

    Definition Classes
    Function1
  17. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  18. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  19. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  20. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef
  21. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  22. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  23. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  24. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  25. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  26. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  27. def toString (): String

    Definition Classes
    Function1 → AnyRef → Any
  28. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  31. def ~ [A, B, C, D, E, F, G] (sub: PathMatcher7[A, B, C, D, E, F, G]): Combi[(A, B, C, D, E, F, G)] with PathMatcher7[A, B, C, D, E, F, G]

    Definition Classes
    PathMatcher0
  32. def ~ [A, B, C, D, E, F] (sub: PathMatcher6[A, B, C, D, E, F]): Combi[(A, B, C, D, E, F)] with PathMatcher6[A, B, C, D, E, F]

    Definition Classes
    PathMatcher0
  33. def ~ [A, B, C, D, E] (sub: PathMatcher5[A, B, C, D, E]): Combi[(A, B, C, D, E)] with PathMatcher5[A, B, C, D, E]

    Definition Classes
    PathMatcher0
  34. def ~ [A, B, C, D] (sub: PathMatcher4[A, B, C, D]): Combi[(A, B, C, D)] with PathMatcher4[A, B, C, D]

    Definition Classes
    PathMatcher0
  35. def ~ [A, B, C] (sub: PathMatcher3[A, B, C]): Combi[(A, B, C)] with PathMatcher3[A, B, C]

    Definition Classes
    PathMatcher0
  36. def ~ [A, B] (sub: PathMatcher2[A, B]): Combi[(A, B)] with PathMatcher2[A, B]

    Definition Classes
    PathMatcher0
  37. def ~ [A] (sub: PathMatcher1[A]): Combi[(A)] with PathMatcher1[A]

    Definition Classes
    PathMatcher0
  38. def ~ (sub: PathMatcher0): Combi[Product0] with PathMatcher0

    Definition Classes
    PathMatcher0

Inherited from PathMatcher0

Inherited from PathMatcher[Product0]

Inherited from (String) ⇒ Option[(String, Product0)]

Inherited from AnyRef

Inherited from Any