spray.routing.PathMatchers

HexIntNumber

object HexIntNumber extends NumberMatcher[Int]

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

Linear Supertypes
NumberMatcher[Int], PathMatcher[::[Int, HNil]], (Path) ⇒ Matching[::[Int, HNil]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. HexIntNumber
  2. NumberMatcher
  3. PathMatcher
  4. Function1
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. def /[R <: HList](other: PathMatcher[R])(implicit prepender: Prepender[::[Int, HNil], R]): PathMatcher[Out]

    Definition Classes
    PathMatcher
  4. def /: PathMatcher[::[Int, HNil]]

    Definition Classes
    PathMatcher
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  6. def andThen[A](g: (Matching[::[Int, HNil]]) ⇒ A): (Path) ⇒ A

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  7. def apply(path: Path): Matching[::[Int, HNil]]

    Definition Classes
    NumberMatcher → Function1
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def compose[A](g: (A) ⇒ Path): (A) ⇒ Matching[::[Int, HNil]]

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def fromChar(c: Char): Int

    Definition Classes
    HexIntNumberNumberMatcher
  15. def fromDecimalChar(c: Char): Int

    Definition Classes
    NumberMatcher
  16. def fromHexChar(c: Char): Int

    Definition Classes
    NumberMatcher
  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  19. def hflatMap[R <: HList](f: (::[Int, HNil]) ⇒ Option[R]): PathMatcher[R]

    Definition Classes
    PathMatcher
  20. def hmap[R <: HList](f: (::[Int, HNil]) ⇒ R): PathMatcher[R]

    Definition Classes
    PathMatcher
  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. val maxDivBase: Int

    Definition Classes
    NumberMatcher
  23. val minusOne: Int

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

    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  27. def repeat(separator: PathMatcher0 = PathMatchers.Neutral)(implicit lift: Lift[::[Int, HNil], List]): PathMatcher[Out]

    Definition Classes
    PathMatcher
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  29. def toString(): String

    Definition Classes
    Function1 → AnyRef → Any
  30. def transform[R <: HList](f: (Matching[::[Int, HNil]]) ⇒ Matching[R]): PathMatcher[R]

    Definition Classes
    PathMatcher
  31. def unary_!(): PathMatcher0

    Definition Classes
    PathMatcher
  32. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def |[R >: ::[Int, HNil] <: HList](other: PathMatcher[_ <: R]): PathMatcher[R]

    Definition Classes
    PathMatcher
  36. def ~[R <: HList](other: PathMatcher[R])(implicit prepender: Prepender[::[Int, HNil], R]): PathMatcher[Out]

    Definition Classes
    PathMatcher

Inherited from NumberMatcher[Int]

Inherited from PathMatcher[::[Int, HNil]]

Inherited from (Path) ⇒ Matching[::[Int, HNil]]

Inherited from AnyRef

Inherited from Any

Ungrouped