Matched

case class Matched[+A](value: A) extends DecodedUrl[A]

The URL candidate matched the given URL definition, and a A value was extracted from it

trait Product
trait Equals
trait DecodedUrl[A]
trait Serializable
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product