spray.routing.PathMatchers

NumberMatcher

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
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

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

Abstract Value Members

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

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

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

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

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

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

  15. def fromHexChar(c: Char): T

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

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

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

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

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

    Definition Classes
    Any
  21. val maxDivBase: T

  22. val minusOne: T

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

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

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

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

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

    Definition Classes
    AnyRef
  28. def toString(): String

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

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

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

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

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

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

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

    Definition Classes
    PathMatcher

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped