PathMatchers

class Object
trait Matchable
class Any

Value members

Concrete methods

def double: PathMatcher[Double]
def fromTry[V](t: Try[V]): PathMatcher[V]
def long: PathMatcher[Long]
def regex(r: Regex): PathMatcher[Match]
def segment: PathMatcher[String]
def segment(s: String): PathMatcher0
def tryParse[V](t: => V): PathMatcher[V]

Implicits

Implicits

implicit def regexToPathMatcher(r: Regex): PathMatcher[Match]
implicit def stringToSegment(s: String): PathMatcher[Unit]