PathMatchOutput

final case class PathMatchOutput[T](output: T, unusedSegments: List[Segment])

Returned type of matching segments against a urldsl.language.PathSegment.

Returned type of matching segments against a urldsl.language.PathSegment.

This is used to avoid returning an ugly tuple.

Value Params
output

the de-serialized element from the matching

unusedSegments

the segments that were not used to generate the output

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def map[U](f: T => U): PathMatchOutput[U]

Inherited methods

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