cc.spray.directives

HexLongNumber

object HexLongNumber extends NumberMatcher[Long]

A PathMatcher that efficiently matches a number of hex-digits and extracts their (non-negative) Long value. The matcher will not match 0 digits or a sequence of digits that would represent an Long value larger than Long.MaxValue.

Linear Supertypes
NumberMatcher[Long], PathMatcher1[Long], PathMatcher[(Long)], (String) ⇒ Option[(String, (Long))], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. HexLongNumber
  2. NumberMatcher
  3. PathMatcher1
  4. PathMatcher
  5. Function1
  6. AnyRef
  7. 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[(Long, B, C, D, E)] with PathMatcher5[Long, B, C, D, E]

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

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

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

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

    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, (Long))]) ⇒ A): (String) ⇒ A

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

    Definition Classes
    NumberMatcher → 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, (Long))]

    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 fromChar (c: Char): Long

    Definition Classes
    HexLongNumber → NumberMatcher
  20. def fromDecimalChar (c: Char): Long

    Definition Classes
    NumberMatcher
  21. def fromHexChar (c: Char): Long

    Definition Classes
    NumberMatcher
  22. def getClass (): java.lang.Class[_]

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

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

    Attributes
    final
    Definition Classes
    Any
  25. val maxDivBase : Long

    Definition Classes
    NumberMatcher
  26. val minusOne : Long

    Definition Classes
    NumberMatcher
  27. def ne (arg0: AnyRef): Boolean

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

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

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

    Attributes
    implicit
    Definition Classes
    PathMatcher1
  31. def synchronized [T0] (arg0: ⇒ T0): T0

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    PathMatcher1
  42. def ~ (sub: PathMatcher0): Combi[(Long)] with PathMatcher1[Long]

    Definition Classes
    PathMatcher1

Inherited from NumberMatcher[Long]

Inherited from PathMatcher1[Long]

Inherited from PathMatcher[(Long)]

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

Inherited from AnyRef

Inherited from Any