Scala Standard Library 2.13.1 - scala.collection.MapView (original) (raw)

object MapView extends MapViewFactory

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. MapView

  2. MapViewFactory

  3. MapFactory

  4. Serializable

  5. AnyRef

  6. Any

  7. Hide All

  8. Show All

Visibility

  1. Public
  2. Protected

Type Members

  1. class Filter[K, +V] extends AbstractMapView[K, V]
  2. class FilterKeys[K, +V] extends AbstractMapView[K, V]
  3. class Id[K, +V] extends AbstractMapView[K, V]
  4. class MapValues[K, +V, +W] extends AbstractMapView[K, W]
  5. type SomeIterableConstr[X, Y] = IterableOps[_, AnyConstr, _]
  6. type SomeMapOps[K, +V] = MapOps[K, V, SomeIterableConstr, _]
  7. class TapEach[K, +V, +U] extends AbstractMapView[K, V]

Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##(): Int
  3. final def ==(arg0: Any): Boolean
  4. def apply[K, V](elems: (K, V)*): MapView[K, V]
  5. final def asInstanceOf[T0]: T0
  6. def clone(): AnyRef
  7. def empty[K, V]: MapView[K, V]
  8. final def eq(arg0: AnyRef): Boolean
  9. def equals(arg0: AnyRef): Boolean
  10. def finalize(): Unit
  11. def from[K, V](it: SomeMapOps[K, V]): MapView[K, V]
  12. def from[K, V](it: IterableOnce[(K, V)]): View[(K, V)]
  13. final def getClass(): Class[_ <: AnyRef]
  14. def hashCode(): Int
  15. final def isInstanceOf[T0]: Boolean
  16. implicit def mapFactory[K, V]: Factory[(K, V), View[(K, V)]]
  17. final def ne(arg0: AnyRef): Boolean
  18. def newBuilder[X, Y]: Builder[(X, Y), MapView[X, Y]]
  19. final def notify(): Unit
  20. final def notifyAll(): Unit
  21. final def synchronized[T0](arg0: => T0): T0
  22. def toString(): String
  23. final def wait(): Unit
  24. final def wait(arg0: Long, arg1: Int): Unit
  25. final def wait(arg0: Long): Unit

Ungrouped