StringVar

io.quartz.http2.StringVar
object StringVar

UUID extractor of a path variable:

 Path("/user/thomasd") match {
    case Root / "user" / StringVar(userId) => ...

Attributes

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

Members list

Value members

Inherited methods

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

Attributes

Inherited from:
PathVar (hidden)