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

trait MapFactory[+CC[_, _]] extends Serializable

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

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

Implicitly

  1. by any2stringadd

  2. by StringFormat

  3. by Ensuring

  4. by ArrowAssoc

  5. Hide All

  6. Show All

Visibility

  1. Public
  2. Protected

Abstract Value Members

  1. abstract def empty[K, V]: CC[K, V]
  2. abstract def from[K, V](it: IterableOnce[(K, V)]): CC[K, V]
  3. abstract def newBuilder[K, V]: Builder[(K, V), CC[K, V]]

Concrete Value Members

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

Deprecated Value Members

  1. def →[B](y: B): (MapFactory[CC], B)

Ungrouped