Packages

object MapView extends java.io.Serializable

Source
MapView.scala
Linear Supertypes
java.io.Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MapView
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class FilterKeys[K, +V] extends AbstractMapView[K, V]
    Annotations
    @SerialVersionUID()
  2. class Id[K, +V] extends AbstractMapView[K, V]
    Annotations
    @SerialVersionUID()
  3. class MapValues[K, +V, +W] extends AbstractMapView[K, W]
    Annotations
    @SerialVersionUID()
  4. type SomeIterableConstr[X, Y] = IterableOps[_, AnyConstr, _]

    An IterableOps whose collection type and collection type constructor are unknown

  5. type SomeMapOps[K, +V] = MapOps[K, V, SomeIterableConstr, _]

    A MapOps whose collection type and collection type constructor are (mostly) unknown