Packages

case class Matched[L](pathRest: Path, extractions: L)(implicit evidence$10: Tuple[L]) extends Matching[L] with Product with Serializable

Source
PathMatcher.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Matched
  2. Serializable
  3. Product
  4. Equals
  5. Matching
  6. AnyRef
  7. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Matched(pathRest: Path, extractions: L)(implicit arg0: Tuple[L])

Value Members

  1. def andThen[R](f: (Path, L) => Matching[R])(implicit arg0: Tuple[R]): Matching[R]
    Definition Classes
    MatchedMatching
  2. val extractions: L
  3. def flatMap[R](f: (L) => Option[R])(implicit arg0: Tuple[R]): Matching[R]
    Definition Classes
    MatchedMatching
  4. def map[R](f: (L) => R)(implicit arg0: Tuple[R]): Matched[R]
    Definition Classes
    MatchedMatching
  5. def orElse[R >: L](other: => Matching[R]): Matched[L]
    Definition Classes
    MatchedMatching
  6. val pathRest: Path
  7. def productElementNames: Iterator[String]
    Definition Classes
    Product