MapViewFactory

trait MapViewFactory extends MapFactory[`<none>`]
trait MapFactory[`<none>`]
class Object
trait Matchable
class Any
object MapView

Value members

Abstract methods

def empty[X, Y]: MapView[X, Y]
def from[K, V](it: SomeMapOps[K, V]): MapView[K, V]
def newBuilder[X, Y]: Builder[(X, Y), MapView[X, Y]]

Concrete methods

override def apply[K, V](elems: (K, V)*): MapView[K, V]
Definition Classes

Inherited methods

def from[K, V](it: IterableOnce[(K, V)]): K `<none>` V

A collection of type Map generated from given iterable object.

A collection of type Map generated from given iterable object.

Inherited from
MapFactory

Implicits

Inherited implicits

implicit def mapFactory[K, V]: Factory[(K, V), K `<none>` V]

The default Factory instance for maps.

The default Factory instance for maps.

Inherited from
MapFactory