Scala Library Documentation
|
|
scala/collection/jcl/Map/Lense.scala
]
trait
Projection
extends
ProjectionMethod Summary | |
override def
|
filterKeys
(p : (K) => Boolean) : Map[K, F]
filter based on keys only
|
Methods inherited from Projection | |
map |
Methods inherited from Projection | |
mapElements |
Methods inherited from Projection | |
filter, flatMap |
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Method Details |
Scala Library Documentation
|
|