cc.spray.directives

JavaUUID

object JavaUUID extends PathMatcher1[UUID]

A PathMatcher that matches and extracts a java.util.UUID instance.

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

Type Members

  1. class ValueMapper [S] extends AnyRef

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[(UUID, B, C, D, E)] with PathMatcher5[UUID, B, C, D, E]

    Definition Classes
    PathMatcher1
  5. def / [B, C, D] (sub: PathMatcher3[B, C, D]): Combi[(UUID, B, C, D)] with PathMatcher4[UUID, B, C, D]

    Definition Classes
    PathMatcher1
  6. def / [B, C] (sub: PathMatcher2[B, C]): Combi[(UUID, B, C)] with PathMatcher3[UUID, B, C]

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

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

    Definition Classes
    PathMatcher1
  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, (UUID))]) ⇒ A): (String) ⇒ A

    Definition Classes
    Function1
  12. def apply (path: String): Option[(String, (UUID))]

    Definition Classes
    JavaUUID → 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, (UUID))]

    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. implicit def pimpResult [S] (res: Option[(String, (S))]): ValueMapper[S]

    Attributes
    implicit
    Definition Classes
    PathMatcher1
  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 ~ [B, C, D, E, F, G] (sub: PathMatcher6[B, C, D, E, F, G]): Combi[(UUID, B, C, D, E, F, G)] with PathMatcher7[UUID, B, C, D, E, F, G]

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

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

    Definition Classes
    PathMatcher1
  34. def ~ [B, C, D] (sub: PathMatcher3[B, C, D]): Combi[(UUID, B, C, D)] with PathMatcher4[UUID, B, C, D]

    Definition Classes
    PathMatcher1
  35. def ~ [B, C] (sub: PathMatcher2[B, C]): Combi[(UUID, B, C)] with PathMatcher3[UUID, B, C]

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

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

    Definition Classes
    PathMatcher1

Inherited from PathMatcher1[UUID]

Inherited from PathMatcher[(UUID)]

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

Inherited from AnyRef

Inherited from Any