SortedMapOps

scala.collection.SortedMapOps
See theSortedMapOps companion trait
object SortedMapOps

Attributes

Companion
trait
Source
SortedMap.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self 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
class WithFilter[K, V, IterableCC, MapCC]
class WithFilter[(K, V), IterableCC]
class WithFilter[(K, V), IterableCC]
trait Serializable
class Object
trait Matchable
class Any
Show all