org.scalatra

RichRequest

case class RichRequest (r: HttpServletRequest) extends AttributesMap with Product

go to: companion
linear super types: Product, AttributesMap, MutableMapWithIndifferentAccess[AnyRef], MapWithIndifferentAccess[AnyRef], Map[String, AnyRef], MapLike[String, AnyRef, Map[String, AnyRef]], Cloneable[Map[String, AnyRef]], Shrinkable[String], Builder[(String, AnyRef), Map[String, AnyRef]], Growable[(String, AnyRef)], Map[String, AnyRef], MapLike[String, AnyRef, Map[String, AnyRef]], Subtractable[String, Map[String, AnyRef]], PartialFunction[String, AnyRef], (String) ⇒ AnyRef, Iterable[(String, AnyRef)], Iterable[(String, AnyRef)], IterableLike[(String, AnyRef), Map[String, AnyRef]], Equals, Traversable[(String, AnyRef)], Mutable, Traversable[(String, AnyRef)], GenericTraversableTemplate[(String, AnyRef), Iterable], TraversableLike[(String, AnyRef), Map[String, AnyRef]], TraversableOnce[(String, AnyRef)], FilterMonadic[(String, AnyRef), Map[String, AnyRef]], HasNewBuilder[(String, AnyRef), Map[String, AnyRef]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. RichRequest
  2. Product
  3. AttributesMap
  4. MutableMapWithIndifferentAccess
  5. MapWithIndifferentAccess
  6. Map
  7. MapLike
  8. Cloneable
  9. Shrinkable
  10. Builder
  11. Growable
  12. Map
  13. MapLike
  14. Subtractable
  15. PartialFunction
  16. Function1
  17. Iterable
  18. Iterable
  19. IterableLike
  20. Equals
  21. Traversable
  22. Mutable
  23. Traversable
  24. GenericTraversableTemplate
  25. TraversableLike
  26. TraversableOnce
  27. FilterMonadic
  28. HasNewBuilder
  29. AnyRef
  30. Any
Visibility
  1. Public
  2. All
Impl.
  1. Concrete
  2. Abstract

Instance constructors

  1. new RichRequest (r: HttpServletRequest)

Type Members

  1. type Self = Map[String, AnyRef]

    attributes: protected
    definition classes: TraversableLike

Value Members

  1. def != (arg0: AnyRef) : Boolean

    attributes: final
    definition classes: AnyRef
  2. def != (arg0: Any) : Boolean

    o != arg0 is the same as !(o == (arg0)).

    o != arg0 is the same as !(o == (arg0)).

    arg0

    the object to compare against this object for dis-equality.

    returns

    false if the receiver object is equivalent to the argument; true otherwise.

    attributes: final
    definition classes: Any
  3. def ## () : Int

    attributes: final
    definition classes: AnyRef → Any
  4. def $asInstanceOf [T0] () : T0

    attributes: final
    definition classes: AnyRef
  5. def $isInstanceOf [T0] () : Boolean

    attributes: final
    definition classes: AnyRef
  6. def + [B1 >: B] (elem1: (String, B1), elem2: (String, B1), elems: (String, B1)*) : Map[String, B1]

    definition classes: MapLike → MapLike
  7. def + [B1 >: B] (kv: (String, B1)) : Map[String, B1]

    definition classes: MapLike → MapLike
  8. def ++ [B1 >: B] (xs: TraversableOnce[(String, B1)]) : Map[String, B1]

    definition classes: MapLike → MapLike
  9. def ++ [B >: A, That] (that: TraversableOnce[B])(implicit bf: CanBuildFrom[Map[String, AnyRef], B, That]) : That

    definition classes: TraversableLike
  10. def ++= (xs: TraversableOnce[(String, AnyRef)]) : RichRequest.this.type

    definition classes: Growable
  11. def += (kv: (String, AnyRef)) : RichRequest.this.type

    definition classes: AttributesMap → MapLike → Builder → Growable
  12. def += (elem1: (String, AnyRef), elem2: (String, AnyRef), elems: (String, AnyRef)*) : RichRequest.this.type

    definition classes: Growable
  13. def - (elem1: String, elem2: String, elems: String*) : Map[String, AnyRef]

    definition classes: MapLike → Subtractable
  14. def - (key: String) : Map[String, AnyRef]

    definition classes: MapLike → MapLike → Subtractable
  15. def -- (xs: TraversableOnce[String]) : Map[String, AnyRef]

    definition classes: MapLike → Subtractable
  16. def --= (xs: TraversableOnce[String]) : RichRequest.this.type

    definition classes: Shrinkable
  17. def -= (key: String) : RichRequest.this.type

    definition classes: AttributesMap → MapLike → Shrinkable
  18. def -= (elem1: String, elem2: String, elems: String*) : RichRequest.this.type

    definition classes: Shrinkable
  19. def /: [B] (z: B)(op: (B, (String, AnyRef)) ⇒ B) : B

    definition classes: TraversableOnce
  20. def :\ [B] (z: B)(op: ((String, AnyRef), B) ⇒ B) : B

    definition classes: TraversableOnce
  21. def == (arg0: AnyRef) : Boolean

    o == arg0 is the same as if (o eq null) arg0 eq null else o.equals(arg0).

    o == arg0 is the same as if (o eq null) arg0 eq null else o.equals(arg0).

    arg0

    the object to compare against this object for equality.

    returns

    true if the receiver object is equivalent to the argument; false otherwise.

    attributes: final
    definition classes: AnyRef
  22. def == (arg0: Any) : Boolean

    o == arg0 is the same as o.equals(arg0).

    o == arg0 is the same as o.equals(arg0).

    arg0

    the object to compare against this object for equality.

    returns

    true if the receiver object is equivalent to the argument; false otherwise.

    attributes: final
    definition classes: Any
  23. def addString (b: StringBuilder, start: String, sep: String, end: String) : StringBuilder

    definition classes: MapLike → TraversableOnce
  24. def addString (b: StringBuilder) : StringBuilder

    definition classes: TraversableOnce
  25. def addString (b: StringBuilder, sep: String) : StringBuilder

    definition classes: TraversableOnce
  26. def andThen [C] (k: (AnyRef) ⇒ C) : PartialFunction[String, C]

    definition classes: PartialFunction → Function1
  27. def apply (key: Symbol) : AnyRef

    definition classes: MapWithIndifferentAccess
  28. def apply (key: String) : AnyRef

    definition classes: MapLike → Function1
  29. def asInstanceOf [T0] : T0

    This method is used to cast the receiver object to be of type T0.

    This method is used to cast the receiver object to be of type T0.

    Note that the success of a cast at runtime is modulo Scala's erasure semantics. Therefore the expression1.asInstanceOf[String] will throw a ClassCastException at runtime, while the expressionList(1).asInstanceOf[List[String]] will not. In the latter example, because the type argument is erased as part of compilation it is not possible to check whether the contents of the list are of the requested typed.

    returns

    the receiver object.

    attributes: final
    definition classes: Any
  30. def attributes : Attributes

    attributes: protected
    definition classes: RichRequestAttributesMap
  31. def body : String

  32. def canEqual (that: Any) : Boolean

    definition classes: IterableLike → Equals
  33. def clear () : Unit

    definition classes: MapLike → Builder → Growable
  34. def clone () : Map[String, AnyRef]

    This method creates and returns a copy of the receiver object.

    This method creates and returns a copy of the receiver object.

    The default implementation of the clone method is platform dependent.

    returns

    a copy of the receiver object.

    definition classes: MapLike → Cloneable → AnyRef
  35. def collect [B, That] (pf: PartialFunction[(String, AnyRef), B])(implicit bf: CanBuildFrom[Map[String, AnyRef], B, That]) : That

    definition classes: TraversableLike
  36. def companion : GenericCompanion[Iterable]

    definition classes: Iterable → Iterable → Traversable → Traversable → GenericTraversableTemplate
  37. def compose [A] (g: (A) ⇒ String) : (A) ⇒ AnyRef

    definition classes: Function1
  38. def contains (key: String) : Boolean

    definition classes: MapLike
  39. def cookies : Map[String, String]

  40. def copyToArray [B >: A] (xs: Array[B], start: Int, len: Int) : Unit

    definition classes: IterableLike → TraversableLike → TraversableOnce
  41. def copyToArray [B >: A] (xs: Array[B]) : Unit

    definition classes: TraversableOnce
  42. def copyToArray [B >: A] (xs: Array[B], start: Int) : Unit

    definition classes: TraversableOnce
  43. def copyToBuffer [B >: A] (dest: Buffer[B]) : Unit

    definition classes: TraversableOnce
  44. def count (p: ((String, AnyRef)) ⇒ Boolean) : Int

    definition classes: TraversableOnce
  45. def default (key: String) : AnyRef

    definition classes: MapLike
  46. def drop (n: Int) : Map[String, AnyRef]

    definition classes: TraversableLike
  47. def dropRight (n: Int) : Map[String, AnyRef]

    definition classes: IterableLike
  48. def dropWhile (p: ((String, AnyRef)) ⇒ Boolean) : Map[String, AnyRef]

    definition classes: TraversableLike
  49. def elements : Iterator[(String, AnyRef)]

    definition classes: IterableLike
      deprecated:
    1. use iterator' instead

  50. def empty : Map[String, AnyRef]

    definition classes: Map → Map → MapLike
  51. def eq (arg0: AnyRef) : Boolean

    This method is used to test whether the argument (arg0) is a reference to the receiver object (this).

    This method is used to test whether the argument (arg0) is a reference to the receiver object (this).

    The eq method implements an [http://en.wikipedia.org/wiki/Equivalence_relation equivalence relation] on non-null instances of AnyRef: * It is reflexive: for any non-null instance x of type AnyRef, x.eq(x) returns true. * It is symmetric: for any non-null instances x and y of type AnyRef, x.eq(y) returns true if and only if y.eq(x) returns true. * It is transitive: for any non-null instances x, y, and z of type AnyRef if x.eq(y) returns true and y.eq(z) returns true, then x.eq(z) returns true.

    Additionally, the eq method has three other properties. * It is consistent: for any non-null instances x and y of type AnyRef, multiple invocations of x.eq(y) consistently returns true or consistently returns false. * For any non-null instance x of type AnyRef, x.eq(null) and null.eq(x) returns false. * null.eq(null) returns true.

    When overriding the equals or hashCode methods, it is important to ensure that their behavior is consistent with reference equality. Therefore, if two objects are references to each other (o1 eq o2), they should be equal to each other (o1 == o2) and they should hash to the same value (o1.hashCode == o2.hashCode).

    arg0

    the object to compare against this object for reference equality.

    returns

    true if the argument is a reference to the receiver object; false otherwise.

    attributes: final
    definition classes: AnyRef
  52. def equals (that: Any) : Boolean

    This method is used to compare the receiver object (this) with the argument object (arg0) for equivalence.

    This method is used to compare the receiver object (this) with the argument object (arg0) for equivalence.

    The default implementations of this method is an [http://en.wikipedia.org/wiki/Equivalence_relation equivalence relation]: * It is reflexive: for any instance x of type Any, x.equals(x) should return true. * It is symmetric: for any instances x and y of type Any, x.equals(y) should return true if and only if y.equals(x) returns true. * It is transitive: for any instances x, y, and z of type AnyRef if x.equals(y) returns true and y.equals(z) returns true, then x.equals(z) should return true.

    If you override this method, you should verify that your implementation remains an equivalence relation. Additionally, when overriding this method it is often necessary to override hashCode to ensure that objects that are "equal" (o1.equals(o2) returns true) hash to the same scala.Int (o1.hashCode.equals(o2.hashCode)).

    returns

    true if the receiver object is equivalent to the argument; false otherwise.

    definition classes: MapLike → Equals → AnyRef → Any
  53. def exists (p: ((String, AnyRef)) ⇒ Boolean) : Boolean

    definition classes: IterableLike → TraversableLike → TraversableOnce
  54. def filter (p: ((String, AnyRef)) ⇒ Boolean) : Map[String, AnyRef]

    definition classes: TraversableLike
  55. def filterKeys (p: (String) ⇒ Boolean) : Map[String, AnyRef]

    definition classes: MapLike
  56. def filterNot (p: ((String, AnyRef)) ⇒ Boolean) : Map[String, AnyRef]

    definition classes: MapLike → TraversableLike
  57. def finalize () : Unit

    This method is called by the garbage collector on the receiver object when garbage collection determines that there are no more references to the object.

    This method is called by the garbage collector on the receiver object when garbage collection determines that there are no more references to the object.

    The details of when and if the finalize method are invoked, as well as the interaction between finalizeand non-local returns and exceptions, are all platform dependent.

    attributes: protected[lang]
    definition classes: AnyRef
  58. def find (p: ((String, AnyRef)) ⇒ Boolean) : Option[(String, AnyRef)]

    definition classes: IterableLike → TraversableLike → TraversableOnce
  59. def first : (String, AnyRef)

    definition classes: IterableLike
      deprecated:
    1. use head' instead

  60. def firstOption : Option[(String, AnyRef)]

    definition classes: IterableLike
      deprecated:
    1. use headOption' instead

  61. def flatMap [B, That] (f: ((String, AnyRef)) ⇒ Traversable[B])(implicit bf: CanBuildFrom[Map[String, AnyRef], B, That]) : That

    definition classes: TraversableLike → FilterMonadic
  62. def flatten [B] (implicit asTraversable: ((String, AnyRef)) ⇒ Traversable[B]) : Iterable[B]

    definition classes: GenericTraversableTemplate
  63. def foldLeft [B] (z: B)(op: (B, (String, AnyRef)) ⇒ B) : B

    definition classes: TraversableOnce
  64. def foldRight [B] (z: B)(op: ((String, AnyRef), B) ⇒ B) : B

    definition classes: IterableLike → TraversableOnce
  65. def forall (p: ((String, AnyRef)) ⇒ Boolean) : Boolean

    definition classes: IterableLike → TraversableLike → TraversableOnce
  66. def foreach [U] (f: ((String, AnyRef)) ⇒ U) : Unit

    definition classes: IterableLike → TraversableLike → TraversableOnce → FilterMonadic
  67. def genericBuilder [B] : Builder[B, Iterable[B]]

    definition classes: GenericTraversableTemplate
  68. def get (key: String) : Option[AnyRef]

    definition classes: AttributesMap → MapLike
  69. def get (key: Symbol) : Option[AnyRef]

    definition classes: MapWithIndifferentAccess
  70. def getClass () : java.lang.Class[_]

    Returns a representation that corresponds to the dynamic class of the receiver object.

    Returns a representation that corresponds to the dynamic class of the receiver object.

    The nature of the representation is platform dependent.

    returns

    a representation that corresponds to the dynamic class of the receiver object.

    attributes: final
    definition classes: AnyRef
  71. def getOrElse [B1 >: B] (key: Symbol, default: ⇒ B1) : B1

    definition classes: MapWithIndifferentAccess
  72. def getOrElse [B1 >: B] (key: String, default: ⇒ B1) : B1

    definition classes: MapLike
  73. def getOrElseUpdate (key: String, op: ⇒ AnyRef) : AnyRef

    definition classes: MapLike
  74. def groupBy [K] (f: ((String, AnyRef)) ⇒ K) : Map[K, Map[String, AnyRef]]

    definition classes: TraversableLike
  75. def grouped (size: Int) : Iterator[Map[String, AnyRef]]

    definition classes: IterableLike
  76. def hasDefiniteSize : Boolean

    definition classes: TraversableLike → TraversableOnce
  77. def hashCode () : Int

    Returns a hash code value for the object.

    Returns a hash code value for the object.

    The default hashing algorithm is platform dependent.

    Note that it is allowed for two objects to have identical hash codes (o1.hashCode.equals(o2.hashCode)) yet not be equal (o1.equals(o2) returns false). A degenerate implementation could always return 0. However, it is required that if two objects are equal (o1.equals(o2) returns true) that they have identical hash codes (o1.hashCode.equals(o2.hashCode)). Therefore, when overriding this method, be sure to verify that the behavior is consistent with the equals method.

    returns

    the hash code value for the object.

    definition classes: MapLike → AnyRef → Any
  78. def head : (String, AnyRef)

    definition classes: IterableLike → TraversableLike
  79. def headOption : Option[(String, AnyRef)]

    definition classes: TraversableLike
  80. def host : String

      deprecated:
    1. Use HttpServletRequest.getServerName() instead

  81. def init : Map[String, AnyRef]

    definition classes: TraversableLike
  82. def isAjax : Boolean

  83. def isDefinedAt (key: String) : Boolean

    definition classes: MapLike → PartialFunction
  84. def isEmpty : Boolean

    definition classes: MapLike → IterableLike → TraversableLike → TraversableOnce
  85. def isInstanceOf [T0] : Boolean

    This method is used to test whether the dynamic type of the receiver object is T0.

    This method is used to test whether the dynamic type of the receiver object is T0.

    Note that the test result of the test is modulo Scala's erasure semantics. Therefore the expression1.isInstanceOf[String] will return false, while the expression List(1).isInstanceOf[List[String]] will return true. In the latter example, because the type argument is erased as part of compilation it is not possible to check whether the contents of the list are of the requested typed.

    returns

    true if the receiver object is an instance of erasure of type T0; false otherwise.

    attributes: final
    definition classes: Any
  86. def isTraversableAgain : Boolean

    attributes: final
    definition classes: TraversableLike → TraversableOnce
  87. def isWrite : Boolean

  88. def iterator : Iterator[(String, AnyRef)]

    definition classes: AttributesMap → MapLike → IterableLike
  89. def keySet : Set[String]

    definition classes: MapLike
  90. def keys : Iterable[String]

    definition classes: MapLike
  91. def keysIterator : Iterator[String]

    definition classes: MapLike
  92. def last : (String, AnyRef)

    definition classes: TraversableLike
  93. def lastOption : Option[(String, AnyRef)]

    definition classes: TraversableLike
  94. def lift : (String) ⇒ Option[AnyRef]

    definition classes: PartialFunction
  95. def map [B, That] (f: ((String, AnyRef)) ⇒ B)(implicit bf: CanBuildFrom[Map[String, AnyRef], B, That]) : That

    definition classes: TraversableLike → FilterMonadic
  96. def mapElements [C] (f: (AnyRef) ⇒ C) : Map[String, C]

    definition classes: MapLike
      deprecated:
    1. use mapValues' instead

  97. def mapResult [NewTo] (f: (Map[String, AnyRef]) ⇒ NewTo) : Builder[(String, AnyRef), NewTo]

    definition classes: Builder
  98. def mapValues [C] (f: (AnyRef) ⇒ C) : Map[String, C]

    definition classes: MapLike
  99. def max [B >: A] (implicit cmp: Ordering[B]) : (String, AnyRef)

    definition classes: TraversableOnce
  100. def method : HttpMethod

  101. def min [B >: A] (implicit cmp: Ordering[B]) : (String, AnyRef)

    definition classes: TraversableOnce
  102. def mkString : String

    definition classes: TraversableOnce
  103. def mkString (sep: String) : String

    definition classes: TraversableOnce
  104. def mkString (start: String, sep: String, end: String) : String

    definition classes: TraversableOnce
  105. def multiCookies : MultiMap

  106. def ne (arg0: AnyRef) : Boolean

    o.ne(arg0) is the same as !(o.eq(arg0)).

    o.ne(arg0) is the same as !(o.eq(arg0)).

    arg0

    the object to compare against this object for reference dis-equality.

    returns

    false if the argument is not a reference to the receiver object; true otherwise.

    attributes: final
    definition classes: AnyRef
  107. def newBuilder : Builder[(String, AnyRef), Map[String, AnyRef]]

    attributes: protected[this]
    definition classes: MapLike → MapLike → TraversableLike → HasNewBuilder
  108. def nonEmpty : Boolean

    definition classes: TraversableOnce
  109. def notify () : Unit

    Wakes up a single thread that is waiting on the receiver object's monitor.

    Wakes up a single thread that is waiting on the receiver object's monitor.

    attributes: final
    definition classes: AnyRef
  110. def notifyAll () : Unit

    Wakes up all threads that are waiting on the receiver object's monitor.

    Wakes up all threads that are waiting on the receiver object's monitor.

    attributes: final
    definition classes: AnyRef
  111. def orElse [A1 <: A, B1 >: B] (that: PartialFunction[A1, B1]) : PartialFunction[A1, B1]

    definition classes: PartialFunction
  112. def partition (p: ((String, AnyRef)) ⇒ Boolean) : (Map[String, AnyRef], Map[String, AnyRef])

    definition classes: TraversableLike
  113. def port : String

      deprecated:
    1. Use HttpServletRequest.getServerPort() instead

  114. def product [B >: A] (implicit num: Numeric[B]) : B

    definition classes: TraversableOnce
  115. def productArity : Int

    definition classes: RichRequest → Product
  116. def productElement (arg0: Int) : Any

    definition classes: RichRequest → Product
  117. def productElements : Iterator[Any]

    definition classes: Product
      deprecated:
    1. use productIterator instead

  118. def productIterator : Iterator[Any]

    definition classes: Product
  119. def productPrefix : String

    definition classes: RichRequest → Product
  120. def projection : IterableView[(String, AnyRef), Map[String, AnyRef]]

    definition classes: IterableLike
      deprecated:
    1. use view' instead

  121. def put (key: String, value: AnyRef) : Option[AnyRef]

    definition classes: MapLike
  122. val r : HttpServletRequest

  123. def reduceLeft [B >: A] (op: (B, (String, AnyRef)) ⇒ B) : B

    definition classes: TraversableOnce
  124. def reduceLeftOption [B >: A] (op: (B, (String, AnyRef)) ⇒ B) : Option[B]

    definition classes: TraversableOnce
  125. def reduceRight [B >: A] (op: ((String, AnyRef), B) ⇒ B) : B

    definition classes: IterableLike → TraversableOnce
  126. def reduceRightOption [B >: A] (op: ((String, AnyRef), B) ⇒ B) : Option[B]

    definition classes: TraversableOnce
  127. def referer : Option[String]

  128. def remove (key: String) : Option[AnyRef]

    definition classes: MapLike
  129. def removeKey (key: String) : Option[AnyRef]

    definition classes: MapLike
      deprecated:
    1. Use remove' instead

  130. def repr : Map[String, AnyRef]

    definition classes: TraversableLike
  131. def result () : Map[String, AnyRef]

    definition classes: MapLike → Builder
  132. def retain (p: (String, AnyRef) ⇒ Boolean) : RichRequest.this.type

    definition classes: MapLike
  133. def reversed : List[(String, AnyRef)]

    attributes: protected[this]
    definition classes: TraversableOnce
  134. def sameElements [B >: A] (that: Iterable[B]) : Boolean

    definition classes: IterableLike
  135. def scanLeft [B, That] (z: B)(op: (B, (String, AnyRef)) ⇒ B)(implicit bf: CanBuildFrom[Map[String, AnyRef], B, That]) : That

    definition classes: TraversableLike
  136. def scanRight [B, That] (z: B)(op: ((String, AnyRef), B) ⇒ B)(implicit bf: CanBuildFrom[Map[String, AnyRef], B, That]) : That

    definition classes: TraversableLike
  137. def size : Int

    definition classes: TraversableOnce
  138. def sizeHint (coll: scala.collection.TraversableLike[_, _], delta: Int) : Unit

    definition classes: Builder
  139. def sizeHint (size: Int) : Unit

    definition classes: Builder
  140. def sizeHintBounded (size: Int, boundingColl: scala.collection.TraversableLike[_, _]) : Unit

    definition classes: Builder
  141. def slice (from: Int, until: Int) : Map[String, AnyRef]

    definition classes: IterableLike → TraversableLike
  142. def sliding [B >: A] (size: Int, step: Int) : Iterator[Map[String, AnyRef]]

    definition classes: IterableLike
  143. def sliding [B >: A] (size: Int) : Iterator[Map[String, AnyRef]]

    definition classes: IterableLike
  144. def span (p: ((String, AnyRef)) ⇒ Boolean) : (Map[String, AnyRef], Map[String, AnyRef])

    definition classes: TraversableLike
  145. def splitAt (n: Int) : (Map[String, AnyRef], Map[String, AnyRef])

    definition classes: TraversableLike
  146. def stringPrefix : String

    definition classes: MapLike → TraversableLike
  147. def sum [B >: A] (implicit num: Numeric[B]) : B

    definition classes: TraversableOnce
  148. def synchronized [T0] (arg0: T0) : T0

    attributes: final
    definition classes: AnyRef
  149. def tail : Map[String, AnyRef]

    definition classes: TraversableLike
  150. def take (n: Int) : Map[String, AnyRef]

    definition classes: IterableLike → TraversableLike
  151. def takeRight (n: Int) : Map[String, AnyRef]

    definition classes: IterableLike
  152. def takeWhile (p: ((String, AnyRef)) ⇒ Boolean) : Map[String, AnyRef]

    definition classes: IterableLike → TraversableLike
  153. def thisCollection : Iterable[(String, AnyRef)]

    attributes: protected[this]
    definition classes: IterableLike → TraversableLike
  154. def toArray [B >: A] (implicit arg0: ClassManifest[B]) : Array[B]

    definition classes: TraversableOnce
  155. def toBuffer [B >: A] : Buffer[B]

    definition classes: TraversableOnce
  156. def toCollection (repr: Map[String, AnyRef]) : Iterable[(String, AnyRef)]

    attributes: protected[this]
    definition classes: IterableLike → TraversableLike
  157. def toIndexedSeq [B >: A] : IndexedSeq[B]

    definition classes: TraversableOnce
  158. def toIterable : Iterable[(String, AnyRef)]

    definition classes: IterableLike → TraversableOnce
  159. def toIterator : Iterator[(String, AnyRef)]

    definition classes: TraversableLike → TraversableOnce
  160. def toList : List[(String, AnyRef)]

    definition classes: TraversableOnce
  161. def toMap [T, U] (implicit ev: <:<[(String, AnyRef), (T, U)]) : Map[T, U]

    definition classes: TraversableOnce
  162. def toSeq : Seq[(String, AnyRef)]

    definition classes: IterableLike → TraversableOnce
  163. def toSet [B >: A] : Set[B]

    definition classes: TraversableOnce
  164. def toStream : Stream[(String, AnyRef)]

    definition classes: IterableLike → TraversableLike → TraversableOnce
  165. def toString () : String

    Returns a string representation of the object.

    Returns a string representation of the object.

    The default representation is platform dependent.

    returns

    a string representation of the object.

    definition classes: MapLike → TraversableLike → Function1 → AnyRef → Any
  166. def toTraversable : Traversable[(String, AnyRef)]

    definition classes: TraversableLike → TraversableOnce
  167. def transform (f: (String, AnyRef) ⇒ AnyRef) : RichRequest.this.type

    definition classes: MapLike
  168. def transpose [B] (implicit asTraversable: ((String, AnyRef)) ⇒ Traversable[B]) : Iterable[Iterable[B]]

    definition classes: GenericTraversableTemplate
  169. def unzip [A1, A2] (implicit asPair: ((String, AnyRef)) ⇒ (A1, A2)) : (Iterable[A1], Iterable[A2])

    definition classes: GenericTraversableTemplate
  170. def update (key: Symbol, value: AnyRef) : Unit

    definition classes: MutableMapWithIndifferentAccess
  171. def update (key: String, value: AnyRef) : Unit

    definition classes: MapLike
  172. def updated [B1 >: B] (key: String, value: B1) : Map[String, B1]

    definition classes: MapLike → MapLike
  173. def values : Iterable[AnyRef]

    definition classes: MapLike
  174. def valuesIterator : Iterator[AnyRef]

    definition classes: MapLike
  175. def view (from: Int, until: Int) : IterableView[(String, AnyRef), Map[String, AnyRef]]

    definition classes: IterableLike → TraversableLike
  176. def view : IterableView[(String, AnyRef), Map[String, AnyRef]]

    definition classes: IterableLike → TraversableLike
  177. def wait () : Unit

    attributes: final
    definition classes: AnyRef
  178. def wait (arg0: Long, arg1: Int) : Unit

    attributes: final
    definition classes: AnyRef
  179. def wait (arg0: Long) : Unit

    attributes: final
    definition classes: AnyRef
  180. def withFilter (p: ((String, AnyRef)) ⇒ Boolean) : FilterMonadic[(String, AnyRef), Map[String, AnyRef]]

    definition classes: TraversableLike → FilterMonadic
  181. def zip [A1 >: A, B, That] (that: Iterable[B])(implicit bf: CanBuildFrom[Map[String, AnyRef], (A1, B), That]) : That

    definition classes: IterableLike
  182. def zipAll [B, A1 >: A, That] (that: Iterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[Map[String, AnyRef], (A1, B), That]) : That

    definition classes: IterableLike
  183. def zipWithIndex [A1 >: A, That] (implicit bf: CanBuildFrom[Map[String, AnyRef], (A1, Int), That]) : That

    definition classes: IterableLike

Inherited from Product

Inherited from AttributesMap

Inherited from MutableMapWithIndifferentAccess[AnyRef]

Inherited from MapWithIndifferentAccess[AnyRef]

Inherited from Map[String, AnyRef]

Inherited from MapLike[String, AnyRef, Map[String, AnyRef]]

Inherited from Cloneable[Map[String, AnyRef]]

Inherited from Shrinkable[String]

Inherited from Builder[(String, AnyRef), Map[String, AnyRef]]

Inherited from Growable[(String, AnyRef)]

Inherited from Map[String, AnyRef]

Inherited from MapLike[String, AnyRef, Map[String, AnyRef]]

Inherited from Subtractable[String, Map[String, AnyRef]]

Inherited from PartialFunction[String, AnyRef]

Inherited from (String) ⇒ AnyRef

Inherited from Iterable[(String, AnyRef)]

Inherited from Iterable[(String, AnyRef)]

Inherited from IterableLike[(String, AnyRef), Map[String, AnyRef]]

Inherited from Equals

Inherited from Traversable[(String, AnyRef)]

Inherited from Mutable

Inherited from Traversable[(String, AnyRef)]

Inherited from GenericTraversableTemplate[(String, AnyRef), Iterable]

Inherited from TraversableLike[(String, AnyRef), Map[String, AnyRef]]

Inherited from TraversableOnce[(String, AnyRef)]

Inherited from FilterMonadic[(String, AnyRef), Map[String, AnyRef]]

Inherited from HasNewBuilder[(String, AnyRef), Map[String, AnyRef]]

Inherited from AnyRef

Inherited from Any