IntVar

object IntVar extends PathVar[Int]

Integer extractor of a path variable: {{{ Path("/user/123") match { case Root / "user" / IntVar(userId) => ... }}}

class PathVar[Int]
class Object
trait Matchable
class Any

Value members

Inherited methods

def unapply(str: String): Option[Int]
Inherited from
PathVar