Instance Constructors
-
new
FileMultiParams
(wrapped: Map[String, Seq[FileItem]])
Type Members
-
type
Self
= Map[String, Seq[FileItem]]
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
+
[B1 >: Seq[FileItem]]
(kv: (String, B1)): FileMultiParams
-
def
+
[B1 >: Seq[FileItem]]
(elem1: (String, B1), elem2: (String, B1), elems: (String, B1)*): Map[String, B1]
-
def
++
[B1 >: Seq[FileItem]]
(xs: TraversableOnce[(String, B1)]): Map[String, B1]
-
def
++
[B1 >: Seq[FileItem]]
(xs: GenTraversableOnce[(String, B1)]): Map[String, B1]
-
def
++
[B >: (String, Seq[FileItem]), That]
(that: TraversableOnce[B])(implicit bf: CanBuildFrom[Map[String, Seq[FileItem]], B, That]): That
-
def
++
[B >: (String, Seq[FileItem]), That]
(that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[Map[String, Seq[FileItem]], B, That]): That
-
def
++:
[B >: (String, Seq[FileItem]), That]
(that: Traversable[B])(implicit bf: CanBuildFrom[Map[String, Seq[FileItem]], B, That]): That
-
def
++:
[B >: (String, Seq[FileItem]), That]
(that: TraversableOnce[B])(implicit bf: CanBuildFrom[Map[String, Seq[FileItem]], B, That]): That
-
-
def
-
(elem1: String, elem2: String, elems: String*): Map[String, Seq[FileItem]]
-
def
--
(xs: TraversableOnce[String]): Map[String, Seq[FileItem]]
-
def
--
(xs: GenTraversableOnce[String]): Map[String, Seq[FileItem]]
-
def
/:
[B]
(z: B)(op: (B, (String, Seq[FileItem])) ⇒ B): B
-
def
/:\
[A1 >: (String, Seq[FileItem])]
(z: A1)(op: (A1, A1) ⇒ A1): A1
-
def
:\
[B]
(z: B)(op: ((String, Seq[FileItem]), B) ⇒ B): B
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
addString
(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
-
def
addString
(b: StringBuilder): StringBuilder
-
def
addString
(b: StringBuilder, sep: String): StringBuilder
-
def
aggregate
[B]
(z: B)(seqop: (B, (String, Seq[FileItem])) ⇒ B, combop: (B, B) ⇒ B): B
-
def
andThen
[C]
(k: (Seq[FileItem]) ⇒ C): PartialFunction[String, C]
-
def
apply
(key: String): Seq[FileItem]
-
def
asInstanceOf
[T0]
: T0
-
def
canEqual
(that: Any): Boolean
-
def
clone
(): AnyRef
-
def
collect
[B, That]
(pf: PartialFunction[(String, Seq[FileItem]), B])(implicit bf: CanBuildFrom[Map[String, Seq[FileItem]], B, That]): That
-
def
collectFirst
[B]
(pf: PartialFunction[(String, Seq[FileItem]), B]): Option[B]
-
def
companion
: GenericCompanion[Iterable]
-
def
compose
[A]
(g: (A) ⇒ String): (A) ⇒ Seq[FileItem]
-
def
contains
(key: String): Boolean
-
def
copyToArray
[B >: (String, Seq[FileItem])]
(xs: Array[B], start: Int, len: Int): Unit
-
def
copyToArray
[B >: (String, Seq[FileItem])]
(xs: Array[B]): Unit
-
def
copyToArray
[B >: (String, Seq[FileItem])]
(xs: Array[B], start: Int): Unit
-
def
copyToBuffer
[B >: (String, Seq[FileItem])]
(dest: Buffer[B]): Unit
-
def
count
(p: ((String, Seq[FileItem])) ⇒ Boolean): Int
-
def
default
(a: String): Seq[FileItem]
-
def
drop
(n: Int): Map[String, Seq[FileItem]]
-
def
dropRight
(n: Int): Map[String, Seq[FileItem]]
-
def
dropWhile
(p: ((String, Seq[FileItem])) ⇒ Boolean): Map[String, Seq[FileItem]]
-
def
empty
: Map[String, Seq[FileItem]]
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(that: Any): Boolean
-
def
exists
(p: ((String, Seq[FileItem])) ⇒ Boolean): Boolean
-
def
filter
(p: ((String, Seq[FileItem])) ⇒ Boolean): Map[String, Seq[FileItem]]
-
def
filterKeys
(p: (String) ⇒ Boolean): Map[String, Seq[FileItem]]
-
def
filterNot
(p: ((String, Seq[FileItem])) ⇒ Boolean): Map[String, Seq[FileItem]]
-
def
finalize
(): Unit
-
def
find
(p: ((String, Seq[FileItem])) ⇒ Boolean): Option[(String, Seq[FileItem])]
-
def
flatMap
[B, That]
(f: ((String, Seq[FileItem])) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[Map[String, Seq[FileItem]], B, That]): That
-
def
flatten
[B]
(implicit asTraversable: ((String, Seq[FileItem])) ⇒ TraversableOnce[B]): Traversable[B]
-
def
fold
[A1 >: (String, Seq[FileItem])]
(z: A1)(op: (A1, A1) ⇒ A1): A1
-
def
foldLeft
[B]
(z: B)(op: (B, (String, Seq[FileItem])) ⇒ B): B
-
def
foldRight
[B]
(z: B)(op: ((String, Seq[FileItem]), B) ⇒ B): B
-
def
forall
(p: ((String, Seq[FileItem])) ⇒ Boolean): Boolean
-
def
foreach
[U]
(f: ((String, Seq[FileItem])) ⇒ U): Unit
-
def
genericBuilder
[B]
: Builder[B, Iterable[B]]
-
def
get
(key: Symbol): Option[Seq[FileItem]]
-
def
get
(key: String): Option[Seq[FileItem]]
-
def
getClass
(): java.lang.Class[_]
-
def
getOrElse
[B1 >: Seq[FileItem]]
(key: String, default: ⇒ B1): B1
-
def
groupBy
[K]
(f: ((String, Seq[FileItem])) ⇒ K): Map[K, Map[String, Seq[FileItem]]]
-
def
grouped
(size: Int): Iterator[Map[String, Seq[FileItem]]]
-
def
hasDefiniteSize
: Boolean
-
def
hashCode
(): Int
-
def
head
: (String, Seq[FileItem])
-
def
headOption
: Option[(String, Seq[FileItem])]
-
def
init
: Map[String, Seq[FileItem]]
-
def
inits
: Iterator[Map[String, Seq[FileItem]]]
-
def
isDefinedAt
(key: String): Boolean
-
def
isEmpty
: Boolean
-
def
isInstanceOf
[T0]
: Boolean
-
def
isTraversableAgain
: Boolean
-
def
iterator
: Iterator[(String, Seq[FileItem])]
-
def
keySet
: Set[String]
-
def
keys
: Iterable[String]
-
def
keysIterator
: Iterator[String]
-
def
last
: (String, Seq[FileItem])
-
def
lastOption
: Option[(String, Seq[FileItem])]
-
def
lift
: (String) ⇒ Option[Seq[FileItem]]
-
def
map
[B, That]
(f: ((String, Seq[FileItem])) ⇒ B)(implicit bf: CanBuildFrom[Map[String, Seq[FileItem]], B, That]): That
-
def
mapValues
[C]
(f: (Seq[FileItem]) ⇒ C): Map[String, C]
-
def
max
[B >: (String, Seq[FileItem])]
(implicit cmp: Ordering[B]): (String, Seq[FileItem])
-
def
maxBy
[B]
(f: ((String, Seq[FileItem])) ⇒ B)(implicit cmp: Ordering[B]): (String, Seq[FileItem])
-
def
min
[B >: (String, Seq[FileItem])]
(implicit cmp: Ordering[B]): (String, Seq[FileItem])
-
def
minBy
[B]
(f: ((String, Seq[FileItem])) ⇒ B)(implicit cmp: Ordering[B]): (String, Seq[FileItem])
-
def
mkString
: String
-
def
mkString
(sep: String): String
-
def
mkString
(start: String, sep: String, end: String): String
-
def
ne
(arg0: AnyRef): Boolean
-
def
newBuilder
: Builder[(String, Seq[FileItem]), Map[String, Seq[FileItem]]]
-
def
nonEmpty
: Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
orElse
[A1 <: String, B1 >: Seq[FileItem]]
(that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
-
def
par
: ParMap[String, Seq[FileItem]]
-
def
parCombiner
: Combiner[(String, Seq[FileItem]), ParMap[String, Seq[FileItem]]]
-
def
partition
(p: ((String, Seq[FileItem])) ⇒ Boolean): (Map[String, Seq[FileItem]], Map[String, Seq[FileItem]])
-
def
product
[B >: (String, Seq[FileItem])]
(implicit num: Numeric[B]): B
-
def
reduce
[A1 >: (String, Seq[FileItem])]
(op: (A1, A1) ⇒ A1): A1
-
def
reduceLeft
[B >: (String, Seq[FileItem])]
(op: (B, (String, Seq[FileItem])) ⇒ B): B
-
def
reduceLeftOption
[B >: (String, Seq[FileItem])]
(op: (B, (String, Seq[FileItem])) ⇒ B): Option[B]
-
def
reduceOption
[A1 >: (String, Seq[FileItem])]
(op: (A1, A1) ⇒ A1): Option[A1]
-
def
reduceRight
[B >: (String, Seq[FileItem])]
(op: ((String, Seq[FileItem]), B) ⇒ B): B
-
def
reduceRightOption
[B >: (String, Seq[FileItem])]
(op: ((String, Seq[FileItem]), B) ⇒ B): Option[B]
-
def
repr
: Map[String, Seq[FileItem]]
-
def
reversed
: List[(String, Seq[FileItem])]
-
def
sameElements
[B >: (String, Seq[FileItem])]
(that: Iterable[B]): Boolean
-
def
sameElements
[B >: (String, Seq[FileItem])]
(that: GenIterable[B]): Boolean
-
def
scan
[B >: (String, Seq[FileItem]), That]
(z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[Map[String, Seq[FileItem]], B, That]): That
-
def
scanLeft
[B, That]
(z: B)(op: (B, (String, Seq[FileItem])) ⇒ B)(implicit bf: CanBuildFrom[Map[String, Seq[FileItem]], B, That]): That
-
def
scanRight
[B, That]
(z: B)(op: ((String, Seq[FileItem]), B) ⇒ B)(implicit bf: CanBuildFrom[Map[String, Seq[FileItem]], B, That]): That
-
def
seq
: Map[String, Seq[FileItem]]
-
def
size
: Int
-
def
slice
(from: Int, until: Int): Map[String, Seq[FileItem]]
-
def
sliding
[B >: (String, Seq[FileItem])]
(size: Int, step: Int): Iterator[Map[String, Seq[FileItem]]]
-
def
sliding
[B >: (String, Seq[FileItem])]
(size: Int): Iterator[Map[String, Seq[FileItem]]]
-
def
span
(p: ((String, Seq[FileItem])) ⇒ Boolean): (Map[String, Seq[FileItem]], Map[String, Seq[FileItem]])
-
def
splitAt
(n: Int): (Map[String, Seq[FileItem]], Map[String, Seq[FileItem]])
-
def
stringPrefix
: String
-
def
sum
[B >: (String, Seq[FileItem])]
(implicit num: Numeric[B]): B
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
tail
: Map[String, Seq[FileItem]]
-
def
tails
: Iterator[Map[String, Seq[FileItem]]]
-
def
take
(n: Int): Map[String, Seq[FileItem]]
-
def
takeRight
(n: Int): Map[String, Seq[FileItem]]
-
def
takeWhile
(p: ((String, Seq[FileItem])) ⇒ Boolean): Map[String, Seq[FileItem]]
-
def
thisCollection
: Iterable[(String, Seq[FileItem])]
-
def
toArray
[B >: (String, Seq[FileItem])]
(implicit arg0: ClassManifest[B]): Array[B]
-
def
toBuffer
[C >: (String, Seq[FileItem])]
: Buffer[C]
-
def
toCollection
(repr: Map[String, Seq[FileItem]]): Iterable[(String, Seq[FileItem])]
-
def
toIndexedSeq
[B >: (String, Seq[FileItem])]
: IndexedSeq[B]
-
def
toIterable
: Iterable[(String, Seq[FileItem])]
-
def
toIterator
: Iterator[(String, Seq[FileItem])]
-
def
toList
: List[(String, Seq[FileItem])]
-
def
toMap
[T, U]
(implicit ev: <:<[(String, Seq[FileItem]), (T, U)]): Map[T, U]
-
def
toSeq
: Seq[(String, Seq[FileItem])]
-
def
toSet
[B >: (String, Seq[FileItem])]
: Set[B]
-
def
toStream
: Stream[(String, Seq[FileItem])]
-
def
toString
(): String
-
def
toTraversable
: Traversable[(String, Seq[FileItem])]
-
def
transform
[C, That]
(f: (String, Seq[FileItem]) ⇒ C)(implicit bf: CanBuildFrom[Map[String, Seq[FileItem]], (String, C), That]): That
-
def
transpose
[B]
(implicit asTraversable: ((String, Seq[FileItem])) ⇒ TraversableOnce[B]): Traversable[Traversable[B]]
-
def
unzip
[A1, A2]
(implicit asPair: ((String, Seq[FileItem])) ⇒ (A1, A2)): (Iterable[A1], Iterable[A2])
-
def
unzip3
[A1, A2, A3]
(implicit asTriple: ((String, Seq[FileItem])) ⇒ (A1, A2, A3)): (Iterable[A1], Iterable[A2], Iterable[A3])
-
def
updated
[B1 >: Seq[FileItem]]
(key: String, value: B1): Map[String, B1]
-
def
values
: Iterable[Seq[FileItem]]
-
def
valuesIterator
: Iterator[Seq[FileItem]]
-
def
view
(from: Int, until: Int): IterableView[(String, Seq[FileItem]), Map[String, Seq[FileItem]]]
-
def
view
: IterableView[(String, Seq[FileItem]), Map[String, Seq[FileItem]]]
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
def
withDefault
[B1 >: Seq[FileItem]]
(d: (String) ⇒ B1): Map[String, B1]
-
def
withDefaultValue
[B1 >: Seq[FileItem]]
(d: B1): Map[String, B1]
-
def
withFilter
(p: ((String, Seq[FileItem])) ⇒ Boolean): FilterMonadic[(String, Seq[FileItem]), Map[String, Seq[FileItem]]]
-
def
zip
[A1 >: (String, Seq[FileItem]), B, That]
(that: Iterable[B])(implicit bf: CanBuildFrom[Map[String, Seq[FileItem]], (A1, B), That]): That
-
def
zip
[A1 >: (String, Seq[FileItem]), B, That]
(that: GenIterable[B])(implicit bf: CanBuildFrom[Map[String, Seq[FileItem]], (A1, B), That]): That
-
def
zipAll
[B, A1 >: (String, Seq[FileItem]), That]
(that: Iterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[Map[String, Seq[FileItem]], (A1, B), That]): That
-
def
zipAll
[B, A1 >: (String, Seq[FileItem]), That]
(that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[Map[String, Seq[FileItem]], (A1, B), That]): That
-
def
zipWithIndex
[A1 >: (String, Seq[FileItem]), That]
(implicit bf: CanBuildFrom[Map[String, Seq[FileItem]], (A1, Int), That]): That
Deprecated Value Members
-
def
elements
: Iterator[(String, Seq[FileItem])]
-
def
first
: (String, Seq[FileItem])
-
def
firstOption
: Option[(String, Seq[FileItem])]
-
def
mapElements
[C]
(f: (Seq[FileItem]) ⇒ C): Map[String, C]
-
def
projection
: IterableView[(String, Seq[FileItem]), Map[String, Seq[FileItem]]]
Inherited from Map[String, Seq[FileItem]]
Inherited from MapLike[String, Seq[FileItem], Map[String, Seq[FileItem]]]
Inherited from Map[String, Seq[FileItem]]
Inherited from MapLike[String, Seq[FileItem], Map[String, Seq[FileItem]]]
Inherited from Subtractable[String, Map[String, Seq[FileItem]]]
Inherited from PartialFunction[String, Seq[FileItem]]
Inherited from (String) ⇒ Seq[FileItem]
Inherited from GenMap[String, Seq[FileItem]]
Inherited from GenMapLike[String, Seq[FileItem], Map[String, Seq[FileItem]]]
Inherited from Iterable[(String, Seq[FileItem])]
Inherited from Iterable[(String, Seq[FileItem])]
Inherited from IterableLike[(String, Seq[FileItem]), Map[String, Seq[FileItem]]]
Inherited from Equals
Inherited from GenIterable[(String, Seq[FileItem])]
Inherited from GenIterableLike[(String, Seq[FileItem]), Map[String, Seq[FileItem]]]
Inherited from Traversable[(String, Seq[FileItem])]
Inherited from Immutable
Inherited from Traversable[(String, Seq[FileItem])]
Inherited from GenTraversable[(String, Seq[FileItem])]
Inherited from GenericTraversableTemplate[(String, Seq[FileItem]), Iterable]
Inherited from TraversableLike[(String, Seq[FileItem]), Map[String, Seq[FileItem]]]
Inherited from GenTraversableLike[(String, Seq[FileItem]), Map[String, Seq[FileItem]]]
Inherited from Parallelizable[(String, Seq[FileItem]), ParMap[String, Seq[FileItem]]]
Inherited from TraversableOnce[(String, Seq[FileItem])]
Inherited from GenTraversableOnce[(String, Seq[FileItem])]
Inherited from FilterMonadic[(String, Seq[FileItem]), Map[String, Seq[FileItem]]]
Inherited from HasNewBuilder[(String, Seq[FileItem]), Map[String, Seq[FileItem]]]
Inherited from AnyRef
Inherited from Any
TODO This is a copy-and-paste abomination that needs to be merged with org.scalatra.util.MultiMap. We can't properly genericize that this close to a release.