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
Show all
Self type
MultiDict.type

Members list

Value members

Inherited methods

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Delegate

Implicits

Inherited implicits

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

Attributes

Inherited from:
MapFactory