WithFilter
@SerialVersionUID(3L)
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] with Serializable
Specializes WithFilter
for Map collection types by adding overloads to transformation
operations that can return a Map.
- Source:
- Map.scala