MultiDict

scala.collection.MultiDict$
See theMultiDict companion trait
object MultiDict extends Delegate[MultiDict]

Attributes

Companion:
trait
Graph
Supertypes
class Delegate[MultiDict]
trait MapFactory[MultiDict]
trait Serializable
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Inherited methods

override def apply[K, V](elems: (K, V)*): C[K, V]

Attributes

Definition Classes
Delegate -> MapFactory
Inherited from:
Delegate
def empty[K, V]: C[K, V]

Attributes

Inherited from:
Delegate
def from[K, V](it: IterableOnce[(K, V)]): C[K, V]

Attributes

Inherited from:
Delegate
def newBuilder[K, V]: Builder[(K, V), C[K, V]]

Attributes

Inherited from:
Delegate

Implicits

Inherited implicits

implicit def mapFactory[K, V]: Factory[(K, V), CC[K, V]]

Attributes

Inherited from:
MapFactory