package matchers
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- matchers
- KebsHttp4sStirMatchers
- PathMatchers
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- trait KebsHttp4sStirMatchers extends PathMatchers
- implicit class SegmentConversion[Source] extends AnyRef
- Definition Classes
- KebsHttp4sStirMatchers
- implicit class SegmentEnumIsomorphism[U] extends AnyRef
- Definition Classes
- KebsHttp4sStirMatchers
- implicit class SegmentIsomorphism[U] extends AnyRef
- Definition Classes
- KebsHttp4sStirMatchers
- abstract class NumberMatcher[T] extends PathMatcher1[T]
- Definition Classes
- PathMatchers
Value Members
- val DoubleNumber: PathMatcher1[Double]
- Definition Classes
- PathMatchers
- val JavaUUID: PathMatcher1[UUID]
- Definition Classes
- PathMatchers
- val Neutral: PathMatcher0
- Definition Classes
- PathMatchers
- def Segments(min: Int, max: Int): PathMatcher1[List[String]]
- Definition Classes
- PathMatchers
- def Segments(count: Int): PathMatcher1[List[String]]
- Definition Classes
- PathMatchers
- val Segments: PathMatcher1[List[String]]
- Definition Classes
- PathMatchers
- def not(self: PathMatcher[_]): PathMatcher0
- Definition Classes
- PathMatchers
- def nothingMatcher[L](implicit arg0: Tuple[L]): PathMatcher[L]
- Definition Classes
- PathMatchers
- def separateOnSlashes(string: String): PathMatcher0
- Definition Classes
- PathMatchers