Rejected

case class Rejected[T](tail: List[String]) extends PathMatchResult[T]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def map[B](f: T => B): PathMatchResult[B]
Inherited from:
PathMatchResult
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product