LongVar

object LongVar extends PathVar[Long]

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

class PathVar[Long]
class Object
trait Matchable
class Any

Value members

Inherited methods

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