case object Unmatched extends Matching[Nothing] with Product with Serializable
- Source
- PathMatcher.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Unmatched
- Serializable
- Product
- Equals
- Matching
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def andThen[R](f: (Path, Nothing) => Matching[R])(implicit arg0: Tuple[R]): Unmatched
- def flatMap[R](f: (Nothing) => Option[R])(implicit arg0: Tuple[R]): Unmatched
- def map[R](f: (Nothing) => R)(implicit arg0: Tuple[R]): Unmatched
- def orElse[R](other: => Matching[R]): Matching[R]
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product