scala.collection.SortedMapOps
See theSortedMapOps companion trait
object SortedMapOps
Attributes
- Companion
- trait
- Source
- SortedMap.scala
- Graph
-
- Supertypes
- Self type
-
SortedMapOps.type
Members list
Type members
Classlikes
class WithFilter[K, +V, +IterableCC[_], +MapCC <: (Map), +CC <: ([X, Y] =>> Map[X, Y] & SortedMapOps[X, Y, CC, _])](self: SortedMapOps[K, V, CC, _] & MapOps[K, V, MapCC, _] & IterableOps[(K, V), IterableCC, _], p: ((K, V)) => Boolean) extends WithFilter[K, V, IterableCC, MapCC]
Specializes MapWithFilter
for sorted Map collections
Specializes MapWithFilter
for sorted Map collections
Attributes
- Source
- SortedMap.scala
- Supertypes
In this article