- Companion:
- class
- Source:
- MapView.scala
Type members
Classlikes
class Filter[K, +V](underlying: SomeMapOps[K, V], isFlipped: Boolean, p: ((K, V)) => Boolean) extends AbstractMapView[K, V]
- Source:
- MapView.scala
class FilterKeys[K, +V](underlying: SomeMapOps[K, V], p: K => Boolean) extends AbstractMapView[K, V]
- Source:
- MapView.scala
class TapEach[K, +V, +U](underlying: SomeMapOps[K, V], f: ((K, V)) => U) extends AbstractMapView[K, V]
- Source:
- MapView.scala
Types
An IterableOps
whose collection type and collection type constructor are unknown
An IterableOps
whose collection type and collection type constructor are unknown
- 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
- 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.
- Definition Classes
- Source:
- MapView.scala
A collection of type Map generated from given iterable object.
A collection of type Map generated from given iterable object.
- Definition Classes
- Source:
- MapView.scala
The default builder for Map objects.
The default builder for Map objects.
- Definition Classes
- Source:
- MapView.scala
Implicits
Inherited implicits
The default Factory instance for maps.
The default Factory instance for maps.
- Inherited from:
- MapFactory
- Source:
- Factory.scala