Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait SortedOps[K, C]trait IterableOps[(K, V), Iterable, C]trait IterableOnceOps[(K, V), Iterable, C]trait IterableOnce[(K, V)]class Objecttrait Matchableclass AnyShow all
- Known subtypes
Members list
Value members
Abstract methods
Attributes
- Returns
-
All the elements contained in this multidict, grouped by key
Concrete methods
Type parameters
- L
-
new type of keys
- W
-
new type of values
Value parameters
- pf
-
transformation to apply
Attributes
- Returns
-
a sorted multidict that contains all the entries of
this
sorted multidict after they have been successfully transformed by the given partial functionpf
Type parameters
- L
-
the new type of keys
- W
-
the new type of values
Value parameters
- pf
-
the partial function to apply to each set of values
Attributes
- Returns
-
a sorted multidict that contains all the entries of
this
sorted multidict, after they have been successfully transformed by the given partial function
Type parameters
- L
-
new type of keys
- W
-
new type of values
Value parameters
- f
-
transformation function
Attributes
- Returns
-
a sorted multidict that contains all the entries of
this
sorted multidict, transformed by the functionf
and concatenated
Type parameters
- L
-
the new type of keys
- W
-
the type of values of the returned sorted multidict
Value parameters
- f
-
the function to apply
Attributes
- Returns
-
a new sorted multidict resulting from applying the given function
f
to each group of values of this sorted multidict and concatenating the results
Type parameters
- L
-
new type of keys
- W
-
new type of values
Value parameters
- f
-
transformation function
Attributes
- Returns
-
a sorted multidict that contains all the entries of
this
sorted multidict, transformed by the functionf
Builds a new sorted multidict by applying a function to all groups of elements
Builds a new sorted multidict by applying a function to all groups of elements
Type parameters
- L
-
the type of keys of the returned collection
Value parameters
- f
-
the function to apply
Attributes
- Returns
-
a new collection resulting from applying the given function
f
to each pair of element and its number of occurrences of this sorted multiset and collecting the results.
Inherited methods
Attributes
- Inherited from:
- IterableOps
Attributes
- Definition Classes
-
MultiDictOps -> IterableOnceOps
- Inherited from:
- MultiDictOps
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOnceOps
Type parameters
- L
-
new type of keys
- W
-
new type of values
Value parameters
- pf
-
transformation to apply
Attributes
- Returns
-
a multidict that contains all the entries of
this
multidict after they have been successfully transformed by the given partial functionpf
- Inherited from:
- MultiDictOps
Attributes
- Inherited from:
- IterableOps
Attributes
- Inherited from:
- IterableOnceOps
Type parameters
- L
-
the new type of keys
- W
-
the new type of values
Value parameters
- pf
-
the partial function to apply to each set of values
Attributes
- Returns
-
a multidict that contains all the entries of
this
multidict, after they have been successfully transformed by the given partial function - Inherited from:
- MultiDictOps
Concatenate the entries given in that
iterable to this
multidict
Concatenate the entries given in that
iterable to this
multidict
Attributes
- Inherited from:
- MultiDictOps
Attributes
- Inherited from:
- IterableOps
Value parameters
- that
-
the collection of values to add to this multidict
Attributes
- Returns
-
a new multidict concatenating the values of this multidict and
that
collection of values - Inherited from:
- MultiDictOps
Value parameters
- kv
-
the binding to test
Attributes
- Returns
-
Whether the binding
kv
is contained in this multidict or not - Inherited from:
- MultiDictOps
Value parameters
- key
-
the key to test
Attributes
- Returns
-
Whether
key
has at least one occurrence in this multidict or not - Inherited from:
- MultiDictOps
Value parameters
- value
-
the value to test
Attributes
- Returns
-
Whether at least one key is associated to the given
value
- Inherited from:
- MultiDictOps
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOps
Attributes
- Inherited from:
- IterableOps
Attributes
- Inherited from:
- IterableOps
Attributes
- Inherited from:
- IterableOps
Attributes
- Returns
-
Whether there exists a value associated with the given
key
that satisfies the given predicatep
- Inherited from:
- MultiDictOps
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOps
Attributes
- Inherited from:
- IterableOps
Attributes
- Returns
-
a multidict that contains all the entries of this multidict that satisfy the predicate
p
- Inherited from:
- MultiDictOps
Attributes
- Inherited from:
- IterableOnceOps
Type parameters
- L
-
new type of keys
- W
-
new type of values
Value parameters
- f
-
transformation function
Attributes
- Returns
-
a multidict that contains all the entries of
this
multidict, transformed by the functionf
and concatenated - Inherited from:
- MultiDictOps
Attributes
- Inherited from:
- IterableOps
Type parameters
- L
-
the new type of keys
- W
-
the type of values of the returned multidict
Value parameters
- f
-
the function to apply
Attributes
- Returns
-
a new multidict resulting from applying the given function
f
to each group of values of this multidict and concatenating the results - Inherited from:
- MultiDictOps
Attributes
- Inherited from:
- IterableOps
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOnceOps
Value parameters
- key
-
key to look up
Attributes
- Returns
-
The set of values associated with the given
key
, or the empty set if there is no such association - Inherited from:
- MultiDictOps
Attributes
- Inherited from:
- IterableOps
Attributes
- Inherited from:
- IterableOps
Attributes
- Inherited from:
- IterableOps
Attributes
- Inherited from:
- IterableOps
Attributes
- Inherited from:
- IterableOps
Attributes
- Inherited from:
- IterableOps
Attributes
- Inherited from:
- IterableOps
Attributes
- Inherited from:
- IterableOps
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Definition Classes
-
IterableOps -> IterableOnceOps
- Inherited from:
- IterableOps
Attributes
- Inherited from:
- MultiDictOps
Attributes
- Returns
-
the set of keys
- Inherited from:
- MultiDictOps
Attributes
- Inherited from:
- IterableOnce
Attributes
- Inherited from:
- IterableOps
Attributes
- Inherited from:
- IterableOps
Type parameters
- L
-
new type of keys
- W
-
new type of values
Value parameters
- f
-
transformation function
Attributes
- Returns
-
a multidict that contains all the entries of
this
multidict, transformed by the functionf
- Inherited from:
- MultiDictOps
Attributes
- Inherited from:
- IterableOps
Type parameters
- L
-
the new type of keys
- W
-
the type of values of the returned multidict
Value parameters
- f
-
the function to apply
Attributes
- Returns
-
a new multidict resulting from applying the given function
f
to each group of values of this multidict and collecting the results - Inherited from:
- MultiDictOps
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOps
Attributes
- Inherited from:
- IterableOps
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- SortedOps
Attributes
- Inherited from:
- SortedOps
Attributes
- Inherited from:
- SortedOps
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOps
Attributes
- Inherited from:
- IterableOps
Attributes
- Inherited from:
- IterableOps
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOps
Attributes
- Inherited from:
- IterableOps
Attributes
- Inherited from:
- IterableOps
Attributes
- Inherited from:
- IterableOps
Attributes
- Inherited from:
- IterableOps
Attributes
- Inherited from:
- IterableOps
Attributes
- Inherited from:
- IterableOps
Attributes
- Definition Classes
-
IterableOps -> IterableOnceOps
- Inherited from:
- IterableOps
Attributes
- Inherited from:
- IterableOnce
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOps
Attributes
- Inherited from:
- IterableOps
Attributes
- Inherited from:
- IterableOps
Attributes
- Inherited from:
- IterableOps
Attributes
- Inherited from:
- IterableOps
Attributes
- Definition Classes
-
IterableOps -> IterableOnceOps
- Inherited from:
- IterableOps
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOps
Attributes
- Inherited from:
- IterableOps
Attributes
- Inherited from:
- IterableOps
Attributes
- Returns
-
all the values contained in this multidict
- Inherited from:
- MultiDictOps
Attributes
- Inherited from:
- IterableOps
Attributes
- Inherited from:
- IterableOps
Attributes
- Inherited from:
- IterableOps
Attributes
- Inherited from:
- IterableOps
Attributes
- Inherited from:
- IterableOps
Inherited and Abstract methods
Attributes
- Inherited from:
- IterableOps
Attributes
- Inherited from:
- MultiDictOps
Attributes
- Inherited from:
- SortedOps
Attributes
- Inherited from:
- SortedOps
Deprecated and Inherited methods
Attributes
- Deprecated
-
[Since version 2.13.0]
Use ++ instead of ++: for collections of type Iterable - Inherited from:
- IterableOps
Attributes
- Deprecated
-
[Since version 2.13.0]
Use foldLeft instead of /: - Inherited from:
- IterableOnceOps
Attributes
- Deprecated
-
[Since version 2.13.0]
Use foldRight instead of :\\ - Inherited from:
- IterableOnceOps
Attributes
- Deprecated
-
[Since version 2.13.0]
For sequential collections, prefer `foldLeft(z)(seqop)`. For parallel collections, use `ParIterableLike#aggregate`. - Inherited from:
- IterableOnceOps
Attributes
- Deprecated
-
[Since version 2.13.0]
Use iterableFactory instead - Inherited from:
- IterableOps
Attributes
- Deprecated
-
[Since version 2.13.0]
Use ordering.compare instead - Inherited from:
- SortedOps
Attributes
- Deprecated
-
[Since version 2.13.0]
Use `dest ++= coll` instead - Inherited from:
- IterableOnceOps
Attributes
- Deprecated
-
[Since version 2.13.0]
Use rangeFrom - Inherited from:
- SortedOps
Attributes
- Deprecated
-
[Since version 2.13.0]
Check .knownSize instead of .hasDefiniteSize for more actionable information (see scaladoc for details) - Inherited from:
- IterableOnceOps
Attributes
- Deprecated
-
[Since version 2.13.0]
Use coll instead of repr in a collection implementation, use the collection value itself from the outside - Inherited from:
- IterableOps
Attributes
- Deprecated
-
[Since version 2.13.0]
Use rangeTo - Inherited from:
- SortedOps
Attributes
- Deprecated
-
[Since version 2.13.7]
toIterable is internal and will be made protected; its name is similar to `toList` or `toSeq`, but it doesn\'t copy non-immutable collections - Inherited from:
- IterableOps
Attributes
- Deprecated
-
[Since version 2.13.0]
Use .iterator instead of .toIterator - Inherited from:
- IterableOnceOps
Attributes
- Deprecated
-
[Since version 2.13.0]
Use .to(LazyList) instead of .toStream - Inherited from:
- IterableOnceOps
Attributes
- Deprecated
-
[Since version 2.13.0]
toTraversable is internal and will be made protected; its name is similar to `toList` or `toSeq`, but it doesn\'t copy non-immutable collections - Inherited from:
- IterableOps
Attributes
- Deprecated
-
[Since version 2.13.0]
Use rangeUntil - Inherited from:
- SortedOps
Attributes
- Deprecated
-
[Since version 2.13.0]
Use .view.slice(from, until) instead of .view(from, until) - Inherited from:
- IterableOps