PathMatcher

object PathMatcher
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def fail[T](msg: String): PathMatcher[T]
def provide[V](v: V): PathMatcher[V]

Concrete fields

val unit: PathMatcher[Unit]