Ordering
scala.collection.immutable.TreeSeqMap.Ordering
Attributes
- Source
- TreeSeqMap.scala
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Attributes
- Source
- TreeSeqMap.scala
Attributes
- Source
- TreeSeqMap.scala
Attributes
- Source
- TreeSeqMap.scala
Attributes
- Source
- TreeSeqMap.scala
Attributes
- Source
- TreeSeqMap.scala
Attributes
- Source
- TreeSeqMap.scala
Attributes
- Source
- TreeSeqMap.scala
Attributes
- Source
- TreeSeqMap.scala
Attributes
- Source
- TreeSeqMap.scala
Attributes
- Source
- TreeSeqMap.scala
Attributes
- Source
- TreeSeqMap.scala
Attributes
- Source
- TreeSeqMap.scala
A combined transform and filter function.
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.
- Source
- TreeSeqMap.scala
Attributes
- Source
- TreeSeqMap.scala
Attributes
- Source
- TreeSeqMap.scala
Attributes
- Source
- TreeSeqMap.scala
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
- Source
- TreeSeqMap.scala
In this article