- Companion
- class
trait MapViewFactory
trait MapFactory[`<none>`]
trait Serializable
class Object
trait Matchable
class Any
Type members
Classlikes
@SerialVersionUID(3L)
class Filter[K, +V](underlying: SomeMapOps[K, V], isFlipped: Boolean, p: (K, V) => Boolean) extends AbstractMapView[K, V]
@SerialVersionUID(3L)
class FilterKeys[K, +V](underlying: SomeMapOps[K, V], p: K => Boolean) extends AbstractMapView[K, V]
@SerialVersionUID(3L)
class TapEach[K, +V, +U](underlying: SomeMapOps[K, V], f: (K, V) => U) extends AbstractMapView[K, V]
Types
An IterableOps
whose collection type and collection type constructor are unknown
An IterableOps
whose collection type and collection type constructor are unknown
Implicits
Inherited implicits
The default Factory instance for maps.
The default Factory instance for maps.
- Inherited from
- MapFactory