Matched

pl.iterators.stir.server.PathMatcher$.Matched
See theMatched companion object
case class Matched[L](pathRest: Path, extractions: L)(implicit evidence$8: Tuple[L]) extends Matching[L]

Attributes

Companion
object
Source
PathMatcher.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Matching[L]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def andThen[R : Tuple](f: (Path, L) => Matching[R]): Matching[R]

Attributes

Source
PathMatcher.scala
def flatMap[R : Tuple](f: L => Option[R]): Matching[R]

Attributes

Source
PathMatcher.scala
def map[R : Tuple](f: L => R): Matching[R]

Attributes

Source
PathMatcher.scala
def orElse[R >: L](other: => Matching[R]): Matching[R]

Attributes

Source
PathMatcher.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product