cc.spray.directives

PathMatcher1

trait PathMatcher1 [A] extends PathMatcher[(A)]

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

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

Type Members

  1. class ValueMapper [S] extends AnyRef

Abstract Value Members

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

    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 / [B, C, D, E] (sub: PathMatcher4[B, C, D, E]): Combi[(A, B, C, D, E)] with PathMatcher5[A, B, C, D, E]

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

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

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

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

  9. def == (arg0: AnyRef): Boolean

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

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

    Definition Classes
    Function1
  12. def asInstanceOf [T0] : T0

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

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

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

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

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

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

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

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  24. implicit def pimpResult [S] (res: Option[(String, (S))]): ValueMapper[S]

    Attributes
    implicit
  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 ~ [B, C, D, E, F, G] (sub: PathMatcher6[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 ~ [B, C, D, E, F] (sub: PathMatcher5[B, C, D, E, F]): Combi[(A, B, C, D, E, F)] with PathMatcher6[A, B, C, D, E, F]

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

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

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

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

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

Inherited from PathMatcher[(A)]

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

Inherited from AnyRef

Inherited from Any