package matchers
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- matchers
- KebsMatchers
- PathMatchers
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- trait KebsMatchers extends PathMatchers
-
implicit
class
SegmentConversion[Source] extends AnyRef
- Definition Classes
- KebsMatchers
-
implicit
class
SegmentIsomorphism[U] extends AnyRef
- Definition Classes
- KebsMatchers
-
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
-
object
EnumSegment
- Definition Classes
- KebsMatchers
-
object
Segment extends PathMatcher1[String]
- Definition Classes
- PathMatchers