Ordering
scala.collection.immutable.TreeSeqMap.Ordering
Attributes
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
A combined transform and filter function. Returns an Ordering such that for each (key, value) mapping in this map, if f(key, value) == None the map contains no mapping for key, and if f(key, value) == Some(x) the map contains (key, x).
A combined transform and filter function. Returns an Ordering such that for each (key, value) mapping in this map, if f(key, value) == None the map contains no mapping for key, and if f(key, value) == Some(x) the map contains (key, x).
Type parameters
- S
-
The type of the values in the resulting
LongMap.
Value parameters
- f
-
The transforming function.
Attributes
- Returns
-
The modified map.
In this article