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/MapView

MapView

scala.collection.MapView
See theMapView companion trait
objectMapView extendsMapViewFactory

Attributes

Companion
trait
Source
MapView.scala
Graph
Supertypes
traitMapFactory[{typel =[X,Y] =>>View[(X,Y)]; }#<none>]
classObject
traitMatchable
classAny
Show all
Self type
MapView.type

Members list

Type members

Classlikes

classFilter[K,+V](underlying:SomeMapOps[K,V],isFlipped:Boolean,p: ((K,V))=>Boolean) extendsAbstractMapView[K,V]

Attributes

Source
MapView.scala
Supertypes
classAbstractMapView[K,V]
traitMapView[K,V]
traitMapOps[K,V, {typel =[X,Y] =>>View[(X,Y)]; }#<none>,View[(K,V)]]
traitPartialFunction[K,V]
traitK=>V
classAbstractView[(K,V)]
traitView[(K,V)]
classAbstractIterable[(K,V)]
traitIterable[(K,V)]
traitIterableOps[(K,V),View,View[(K,V)]]
traitIterableOnceOps[(K,V),View,View[(K,V)]]
traitIterableOnce[(K,V)]
classObject
traitMatchable
classAny
Show all
classFilterKeys[K,+V](underlying:SomeMapOps[K,V],p:K=>Boolean) extendsAbstractMapView[K,V]

Attributes

Source
MapView.scala
Supertypes
classAbstractMapView[K,V]
traitMapView[K,V]
traitMapOps[K,V, {typel =[X,Y] =>>View[(X,Y)]; }#<none>,View[(K,V)]]
traitPartialFunction[K,V]
traitK=>V
classAbstractView[(K,V)]
traitView[(K,V)]
classAbstractIterable[(K,V)]
traitIterable[(K,V)]
traitIterableOps[(K,V),View,View[(K,V)]]
traitIterableOnceOps[(K,V),View,View[(K,V)]]
traitIterableOnce[(K,V)]
classObject
traitMatchable
classAny
Show all
classId[K,+V](underlying:SomeMapOps[K,V]) extendsAbstractMapView[K,V]

Attributes

Source
MapView.scala
Supertypes
classAbstractMapView[K,V]
traitMapView[K,V]
traitMapOps[K,V, {typel =[X,Y] =>>View[(X,Y)]; }#<none>,View[(K,V)]]
traitPartialFunction[K,V]
traitK=>V
classAbstractView[(K,V)]
traitView[(K,V)]
classAbstractIterable[(K,V)]
traitIterable[(K,V)]
traitIterableOps[(K,V),View,View[(K,V)]]
traitIterableOnceOps[(K,V),View,View[(K,V)]]
traitIterableOnce[(K,V)]
classObject
traitMatchable
classAny
Show all
classMapValues[K,+V,+W](underlying:SomeMapOps[K,V],f:V=>W) extendsAbstractMapView[K,W]

Attributes

Source
MapView.scala
Supertypes
classAbstractMapView[K,W]
traitMapView[K,W]
traitMapOps[K,W, {typel =[X,Y] =>>View[(X,Y)]; }#<none>,View[(K,W)]]
traitPartialFunction[K,W]
traitK=>W
classAbstractView[(K,W)]
traitView[(K,W)]
classAbstractIterable[(K,W)]
traitIterable[(K,W)]
traitIterableOps[(K,W),View,View[(K,W)]]
traitIterableOnceOps[(K,W),View,View[(K,W)]]
traitIterableOnce[(K,W)]
classObject
traitMatchable
classAny
Show all
classTapEach[K,+V,+U](underlying:SomeMapOps[K,V],f: ((K,V))=>U) extendsAbstractMapView[K,V]

Attributes

Source
MapView.scala
Supertypes
classAbstractMapView[K,V]
traitMapView[K,V]
traitMapOps[K,V, {typel =[X,Y] =>>View[(X,Y)]; }#<none>,View[(K,V)]]
traitPartialFunction[K,V]
traitK=>V
classAbstractView[(K,V)]
traitView[(K,V)]
classAbstractIterable[(K,V)]
traitIterable[(K,V)]
traitIterableOps[(K,V),View,View[(K,V)]]
traitIterableOnceOps[(K,V),View,View[(K,V)]]
traitIterableOnce[(K,V)]
classObject
traitMatchable
classAny
Show all

Types

typeSomeIterableConstr[X,Y] =IterableOps[_,AnyConstr,_]

AnIterableOps whose collection type and collection type constructor are unknown

AnIterableOps whose collection type and collection type constructor are unknown

Attributes

Source
MapView.scala

AMapOps whose collection type and collection type constructor are (mostly) unknown

AMapOps whose collection type and collection type constructor are (mostly) unknown

Attributes

Source
MapView.scala

Value members

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
overridedefempty[K,V]:MapView[K,V]

An empty Map

An empty Map

Attributes

Definition Classes
Source
MapView.scala
overridedeffrom[K,V](it:IterableOnce[(K,V)]):View[(K,V)]

A collection of type Map generated from given iterable object.

A collection of type Map generated from given iterable object.

Attributes

Definition Classes
Source
MapView.scala
overridedeffrom[K,V](it:SomeMapOps[K,V]):MapView[K,V]

Attributes

Definition Classes
Source
MapView.scala
overridedefnewBuilder[X,Y]:Builder[(X,Y),MapView[X,Y]]

The default builder for Map objects.

The default builder for Map objects.

Attributes

Definition Classes
Source
MapView.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