Packages

case object Unmatched extends Matching[Nothing] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Unmatched
  2. Serializable
  3. Product
  4. Equals
  5. Matching
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def andThen[R](f: (Path, Nothing) => Matching[R])(implicit arg0: Tuple[R]): Unmatched
    Definition Classes
    UnmatchedMatching
  2. def flatMap[R](f: (Nothing) => Option[R])(implicit arg0: Tuple[R]): Unmatched
    Definition Classes
    UnmatchedMatching
  3. def map[R](f: (Nothing) => R)(implicit arg0: Tuple[R]): Unmatched
    Definition Classes
    UnmatchedMatching
  4. def orElse[R](other: => Matching[R]): Matching[R]
    Definition Classes
    UnmatchedMatching
  5. def productElementName(n: Int): String
    Definition Classes
    Product
  6. def productElementNames: Iterator[String]
    Definition Classes
    Product