IntVar

io.quartz.http2.IntVar$
object IntVar

Integer extractor of a path variable:

 Path("/user/123") match {
    case Root / "user" / IntVar(userId) => ...

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
IntVar.type

Members list

Concise view

Value members

Inherited methods

def unapply(str: String): Option[A]

Attributes

Inherited from:
PathVar (hidden)