Class

spray.routing.PathMatchers

NumberMatcher

Related Doc: package PathMatchers

Permalink

abstract class NumberMatcher[T] extends PathMatcher1[T]

Linear Supertypes
PathMatcher[::[T, HNil]], (Path) ⇒ Matching[::[T, HNil]], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NumberMatcher
  2. PathMatcher
  3. Function1
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NumberMatcher(max: T, base: T)(implicit x: Integral[T])

    Permalink

Abstract Value Members

  1. abstract def fromChar(c: Char): T

    Permalink

Concrete 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[::[T, HNil], R]): PathMatcher[Out]

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

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

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

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  7. def apply(path: Path): Matching[::[T, 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[::[T, 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 fromDecimalChar(c: Char): T

    Permalink
  15. def fromHexChar(c: Char): T

    Permalink
  16. final def getClass(): Class[_]

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

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

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

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

    Permalink
    Definition Classes
    Any
  21. val maxDivBase: T

    Permalink
  22. val minusOne: T

    Permalink
  23. final def ne(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    PathMatcher

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped