LongVar

object LongVar

Long extractor of a path variable:

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

Value members

Inherited methods

Inherited from:
PathVar