SortedMapOps

Companion:
class
Source:
SortedMap.scala
class Object
trait Matchable
class Any

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

Source:
SortedMap.scala