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

trait MapViewFactory extends MapFactory[[X, Y]View[(X, Y)]]

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. MapViewFactory
  2. MapFactory
  3. Serializable
  4. AnyRef
  5. Any

Implicitly

  1. by toBuildFrom

  2. by toFactory

  3. by any2stringadd

  4. by StringFormat

  5. by Ensuring

  6. by ArrowAssoc

  7. Hide All

  8. Show All

Visibility

  1. Public
  2. Protected

Abstract Value Members

  1. abstract def empty[X, Y]: MapView[X, Y]
  2. abstract def from[K, V](it: SomeMapOps[K, V]): MapView[K, V]
  3. abstract def from[K, V](it: IterableOnce[(K, V)]): View[(K, V)]
  4. abstract def newBuilder[X, Y]: Builder[(X, Y), MapView[X, Y]]

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##(): Int
  3. def +(other: String): String
  4. def ->[B](y: B): (MapViewFactory, B)
  5. final def ==(arg0: Any): Boolean
  6. def apply[K, V](elems: (K, V)*): MapView[K, V]
  7. final def asInstanceOf[T0]: T0
  8. def clone(): AnyRef
  9. def ensuring(cond: (MapViewFactory) => Boolean, msg: => Any): MapViewFactory
  10. def ensuring(cond: (MapViewFactory) => Boolean): MapViewFactory
  11. def ensuring(cond: Boolean, msg: => Any): MapViewFactory
  12. def ensuring(cond: Boolean): MapViewFactory
  13. final def eq(arg0: AnyRef): Boolean
  14. def equals(arg0: AnyRef): Boolean
  15. def finalize(): Unit
  16. def formatted(fmtstr: String): String
  17. def fromSpecific(from: Any)(it: IterableOnce[(K, V)]): View[(K, V)]
  18. def fromSpecific(it: IterableOnce[(K, V)]): View[(K, V)]
  19. final def getClass(): Class[_ <: AnyRef]
  20. def hashCode(): Int
  21. final def isInstanceOf[T0]: Boolean
  22. implicit def mapFactory[K, V]: Factory[(K, V), View[(K, V)]]
  23. final def ne(arg0: AnyRef): Boolean
  24. final def notify(): Unit
  25. final def notifyAll(): Unit
  26. final def synchronized[T0](arg0: => T0): T0
  27. def toFactory(from: Any): Factory[(K, V), View[(K, V)]]
  28. def toString(): String
  29. final def wait(): Unit
  30. final def wait(arg0: Long, arg1: Int): Unit
  31. final def wait(arg0: Long): Unit

Shadowed Implicit Value Members

  1. def newBuilder(from: Any): Builder[(K, V), View[(K, V)]]
  2. def newBuilder: Builder[(K, V), View[(K, V)]]

Ungrouped