Ordering (original) (raw)
scala.collection.immutable.TreeSeqMap.Ordering
sealed abstract class Ordering[+T]
Members list
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
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
In this article