scala.collection.MapView
See theMapView companion trait
object MapView extends MapViewFactory
Attributes
- Companion
- trait
- Source
- MapView.scala
- Graph
-
- Supertypes
- Self type
-
MapView.type
Members list
Type members
Classlikes
class Filter[K, +V](underlying: SomeMapOps[K, V], isFlipped: Boolean, p: ((K, V)) => Boolean) extends AbstractMapView[K, V]
Attributes
- Source
- MapView.scala
- Supertypes
class FilterKeys[K, +V](underlying: SomeMapOps[K, V], p: K => Boolean) extends AbstractMapView[K, V]
Attributes
- Source
- MapView.scala
- Supertypes
class Id[K, +V](underlying: SomeMapOps[K, V]) extends AbstractMapView[K, V]
Attributes
- Source
- MapView.scala
- Supertypes
class MapValues[K, +V, +W](underlying: SomeMapOps[K, V], f: V => W) extends AbstractMapView[K, W]
Attributes
- Source
- MapView.scala
- Supertypes
class TapEach[K, +V, +U](underlying: SomeMapOps[K, V], f: ((K, V)) => U) extends AbstractMapView[K, V]
Attributes
- Source
- MapView.scala
- Supertypes
Types
An IterableOps
whose collection type and collection type constructor are unknown
An IterableOps
whose collection type and collection type constructor are unknown
Attributes
- Source
- MapView.scala
A MapOps
whose collection type and collection type constructor are (mostly) unknown
A MapOps
whose collection type and collection type constructor are (mostly) unknown
Attributes
- Source
- MapView.scala
Value members
Concrete methods
A collection of type Map that contains given key/value bindings.
A collection of type Map that contains given key/value bindings.
Attributes
- Definition Classes
- Source
- MapView.scala
An empty Map
A collection of type Map generated from given iterable object.
A collection of type Map generated from given iterable object.
Attributes
- Definition Classes
- Source
- MapView.scala
Attributes
- Definition Classes
- Source
- MapView.scala
The default builder for Map objects.
Implicits
Inherited implicits
The default Factory instance for maps.
In this article