IntVar

object IntVar

Integer extractor of a path variable:

 Path("/user/123") match {
    case Root / "user" / IntVar(userId) => ...
class Object
trait Matchable
class Any
IntVar.type

Value members

Inherited methods

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