scala.collection.MapView
See theMapView companion trait
object MapView extends MapViewFactory
Attributes
Members list
Type members
Classlikes
class Filter[K, +V](underlying: SomeMapOps[K, V]^, isFlipped: Boolean, p: ((K, V)) -> Boolean) extends AbstractMapView[K, V]
Attributes
- Supertypes
class FilterKeys[K, +V](underlying: SomeMapOps[K, V]^, p: K -> Boolean) extends AbstractMapView[K, V]
Attributes
- Supertypes
class Id[K, +V](underlying: SomeMapOps[K, V]^) extends AbstractMapView[K, V]
Attributes
- Supertypes
class MapValues[K, +V, +W](underlying: SomeMapOps[K, V]^, f: V -> W) extends AbstractMapView[K, W]
Attributes
- Supertypes
class TapEach[K, +V, +U](underlying: SomeMapOps[K, V]^, f: ((K, V)) -> U) extends AbstractMapView[K, V]
Attributes
- 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
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
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
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
Attributes
- Definition Classes
The default builder for Map objects.
Implicits
Inherited implicits
The default Factory instance for maps.
In this article