MapOps (original) (raw)
scala.collection.MapOps
See theMapOps companion trait
Attributes
Companion
Source
Graph
Supertypes
Self type
Members list
Type members
Classlikes
class WithFilter[K, +V, +IterableCC[_], +CC <: ([_, _] =>> IterableOps[_, AnyConstr, _])](self: MapOps[K, V, CC, _] & IterableOps[(K, V), IterableCC, _], p: ((K, V)) => Boolean) extends WithFilter[(K, V), IterableCC], Serializable
Specializes WithFilter
for Map collection types by adding overloads to transformation operations that can return a Map.
Specializes WithFilter
for Map collection types by adding overloads to transformation operations that can return a Map.
Attributes
Source
Supertypes
Known subtypes
In this article