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

Members list

Concise view

Value members

Inherited methods

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

Attributes

Inherited from:
PathVar (hidden)