cc.spray.directives

PathMatcher0

trait PathMatcher0 extends PathMatcher[Product0]

A PathMatcher0 extends a function that takes the unmatched path part of the request URI and returns

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

Abstract Value Members

  1. def apply (v1: String): Option[(String, Product0)]

    Attributes
    abstract
    Definition Classes
    Function1

Concrete 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]

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

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

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

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

  9. def / (sub: PathMatcher0): Combi[Product0] with 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 asInstanceOf [T0] : T0

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  30. 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]

  31. 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]

  32. 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]

  33. def ~ [A, B, C, D] (sub: PathMatcher4[A, B, C, D]): Combi[(A, B, C, D)] with PathMatcher4[A, B, C, D]

  34. def ~ [A, B, C] (sub: PathMatcher3[A, B, C]): Combi[(A, B, C)] with PathMatcher3[A, B, C]

  35. def ~ [A, B] (sub: PathMatcher2[A, B]): Combi[(A, B)] with PathMatcher2[A, B]

  36. def ~ [A] (sub: PathMatcher1[A]): Combi[(A)] with PathMatcher1[A]

  37. def ~ (sub: PathMatcher0): Combi[Product0] with PathMatcher0

Inherited from PathMatcher[Product0]

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

Inherited from AnyRef

Inherited from Any