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

SortedMapFactory

scala.collection.SortedMapFactory
See theSortedMapFactory companion trait

Attributes

Companion
trait
Source
Factory.scala
Graph
Supertypes
classObject
traitMatchable
classAny
Self type

Members list

Type members

Classlikes

classDelegate[CC[_,_]](delegate:SortedMapFactory[CC]) extendsSortedMapFactory[CC]

Attributes

Source
Factory.scala
Supertypes
classObject
traitMatchable
classAny
Known subtypes
objectSortedMap
objectSortedMap
objectSortedMap

Implicits

Implicits

implicitdeftoBuildFrom[K :Ordering,V,CC[_,_]](factory:SortedMapFactory[CC]):BuildFrom[Any, (K,V),CC[K,V]]

Attributes

Source
Factory.scala
implicitdeftoFactory[K :Ordering,V,CC[_,_]](factory:SortedMapFactory[CC]):Factory[(K,V),CC[K,V]]

Implicit conversion that fixes the key and value types offactory toK andV, respectively.

Implicit conversion that fixes the key and value types offactory toK andV, respectively.

Type parameters

CC

Collection type constructor of the factory (e.g.TreeMap)

K

Type of keys

V

Type of values

Value parameters

factory

The factory to fix the key and value types

Attributes

Returns

AFactory that uses the givenfactory to build a map with keys of typeK and values of typeV

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