PathQueryFragmentMatching

final case class PathQueryFragmentMatching[P, Q, F](path: P, query: Q, fragment: F)
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def extractInfo[P1, Q1](ev1: P =:= PathMatchOutput[P1], ev2: Q =:= ParamMatchOutput[Q1]): PathQueryFragmentMatching[P1, Q1, F]

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product