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 Objecttrait Matchableclass Any
- Self type
-
IntVar.type
Members list
In this article