SortedMapOps (original) (raw)

scala.collection.SortedMapOps

See theSortedMapOps companion trait

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]

Show all

In this article