Packages

p

pl.iterators.kebs

matchers

package matchers

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

Type Members

  1. trait KebsMatchers extends PathMatchers
  2. implicit class SegmentConversion[Source] extends AnyRef
    Definition Classes
    KebsMatchers
  3. implicit class SegmentIsomorphism[U] extends AnyRef
    Definition Classes
    KebsMatchers
  4. 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
  10. object EnumSegment
    Definition Classes
    KebsMatchers
  11. object Segment extends PathMatcher1[String]
    Definition Classes
    PathMatchers

Inherited from KebsMatchers

Inherited from PathMatchers

Inherited from AnyRef

Inherited from Any

Ungrouped