LongVar

org.http4s.dsl.impl.LongVar$
object LongVar

Long extractor of a path variable:

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

Attributes

Source
Path.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
LongVar.type

Members list

Value members

Inherited methods

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

Attributes

Inherited from:
PathVar (hidden)
Source
Path.scala