cc.spray.directives

PathMatcher2

trait PathMatcher2 [A, B] extends PathMatcher[(A, B)]

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

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

Abstract Value Members

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  29. def ~ [C, D, E, F] (sub: PathMatcher4[C, D, E, F]): Combi[(A, B, C, D, E, F)] with PathMatcher6[A, B, C, D, E, F]

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

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

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

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

Inherited from PathMatcher[(A, B)]

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

Inherited from AnyRef

Inherited from Any