|
Scala Library Documentation
|
|
class
Projection
extends Projection| Method Summary | |
override def
|
filterKeys
(p : (K) => Boolean) : SortedMap[K, E]
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
|
|