Movatterモバイル変換


[0]ホーム

URL:


Scala 3
3.7.4
LearnInstallPlaygroundFind A LibraryCommunityBlog
Scala 3
LearnInstallPlaygroundFind A LibraryCommunityBlog
DocsAPI
Generated with
Copyright (c) 2002-2025, LAMP/EPFL
Copyright (c) 2002-2025, LAMP/EPFL
Scala 3/scala/scala.collection/MapViewFactory

MapViewFactory

scala.collection.MapViewFactory
traitMapViewFactory extendsMapFactory[{typel =[X,Y] =>>View[(X,Y)]; }#<none>]

Attributes

Source
MapView.scala
Graph
Supertypes
traitMapFactory[{typel =[X,Y] =>>View[(X,Y)]; }#<none>]
classObject
traitMatchable
classAny
Known subtypes
objectMapView

Members list

Value members

Abstract methods

defempty[X,Y]:MapView[X,Y]

An empty Map

An empty Map

Attributes

Source
MapView.scala
deffrom[K,V](it:SomeMapOps[K,V]):MapView[K,V]

Attributes

Source
MapView.scala
defnewBuilder[X,Y]:Builder[(X,Y),MapView[X,Y]]

The default builder for Map objects.

The default builder for Map objects.

Attributes

Source
MapView.scala

Concrete methods

overridedefapply[K,V](elems: (K,V)*):MapView[K,V]

A collection of type Map that contains given key/value bindings.

A collection of type Map that contains given key/value bindings.

Attributes

Definition Classes
Source
MapView.scala

Inherited and Abstract methods

deffrom[K,V](it:IterableOnce[(K,V)]): {typel =[X,Y] =>>View[(X,Y)]; }#<none>[K,V]

A collection of type Map generated from given iterable object.

A collection of type Map generated from given iterable object.

Attributes

Inherited from:
MapFactory
Source
Factory.scala

Implicits

Inherited implicits

implicitdefmapFactory[K,V]:Factory[(K,V), {typel =[X,Y] =>>View[(X,Y)]; }#<none>[K,V]]

The default Factory instance for maps.

The default Factory instance for maps.

Attributes

Inherited from:
MapFactory
Source
Factory.scala
In this article
Generated with
Copyright (c) 2002-2025, LAMP/EPFL
Copyright (c) 2002-2025, LAMP/EPFL

[8]ページ先頭

©2009-2025 Movatter.jp