Packages

package matchers

Linear Supertypes
KebsHttp4sStirMatchers, PathMatchers, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. matchers
  2. KebsHttp4sStirMatchers
  3. PathMatchers
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait KebsHttp4sStirMatchers extends PathMatchers
  2. implicit class SegmentConversion[Source] extends AnyRef
    Definition Classes
    KebsHttp4sStirMatchers
  3. implicit class SegmentEnumIsomorphism[U] extends AnyRef
    Definition Classes
    KebsHttp4sStirMatchers
  4. implicit class SegmentIsomorphism[U] extends AnyRef
    Definition Classes
    KebsHttp4sStirMatchers
  5. abstract class NumberMatcher[T] extends PathMatcher1[T]
    Definition Classes
    PathMatchers

Value Members

  1. val DoubleNumber: PathMatcher1[Double]
    Definition Classes
    PathMatchers
  2. val JavaUUID: PathMatcher1[UUID]
    Definition Classes
    PathMatchers
  3. val Neutral: PathMatcher0
    Definition Classes
    PathMatchers
  4. def Segments(min: Int, max: Int): PathMatcher1[List[String]]
    Definition Classes
    PathMatchers
  5. def Segments(count: Int): PathMatcher1[List[String]]
    Definition Classes
    PathMatchers
  6. val Segments: PathMatcher1[List[String]]
    Definition Classes
    PathMatchers
  7. def not(self: PathMatcher[_]): PathMatcher0
    Definition Classes
    PathMatchers
  8. def nothingMatcher[L](implicit arg0: Tuple[L]): PathMatcher[L]
    Definition Classes
    PathMatchers
  9. def separateOnSlashes(string: String): PathMatcher0
    Definition Classes
    PathMatchers

Inherited from KebsHttp4sStirMatchers

Inherited from PathMatchers

Inherited from AnyRef

Inherited from Any

Ungrouped