Object

spray.routing.PathMatchers

LongNumber

Related Doc: package PathMatchers

Permalink

object LongNumber extends NumberMatcher[Long]

A PathMatcher that efficiently matches a number of 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], PathMatcher[::[Long, HNil]], (Path) ⇒ Matching[::[Long, HNil]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LongNumber
  2. NumberMatcher
  3. PathMatcher
  4. Function1
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

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

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

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

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

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

    Permalink
    Definition Classes
    LongNumberNumberMatcher
  15. def fromDecimalChar(c: Char): Long

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  22. val maxDivBase: Long

    Permalink
    Definition Classes
    NumberMatcher
  23. val minusOne: Long

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    PathMatcher

Inherited from NumberMatcher[Long]

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped