IntVar
org.http4s.dsl.impl.IntVar
object IntVar
Integer extractor of a path variable:
Path("/user/123") match {
case Root / "user" / IntVar(userId) => ...
Attributes
- Source
- Path.scala
- Graph
-
- Supertypes
- Self type
-
IntVar.type
Members list
In this article