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/scala.collection.generic/IsMap

IsMap

scala.collection.generic.IsMap
See theIsMap companion trait
objectIsMap

Attributes

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

Members list

Type members

Types

typeTupled[F[_]] = {typeAp =[X,Y] =>>F[(X,Y)]; }

Convenient type level function that takes a unary type constructorF[_] and returns a binary type constructor that tuples its parameters and passes them toF.

Convenient type level function that takes a unary type constructorF[_] and returns a binary type constructor that tuples its parameters and passes them toF.

Tupled[F]#Ap is equivalent to({ type Ap[X, +Y] = F[(X, Y)] })#Ap.

Attributes

Source
IsMap.scala

Implicits

Implicits

implicitdefintMapIsMap[V0]:IsMap[IntMap[V0]] {typeK =Int;typeV =V0;typeC =IntMap[V0]; }

Attributes

Source
IsMap.scala
implicitdeflongMapIsMap[V0]:IsMap[LongMap[V0]] {typeK =Long;typeV =V0;typeC =LongMap[V0]; }

Attributes

Source
IsMap.scala
implicitdefmapOpsIsMap[CC0 <:([X,Y] =>>MapOps[X,Y,Tupled[Iterable]#<none>,CC0[X,Y]]),K0,V0]:IsMap[CC0[K0,V0]] {typeK =K0;typeV =V0;typeC =CC0[this.K,this.V]; }

Attributes

Source
IsMap.scala
implicitdefmapViewIsMap[CC0 <:(MapView),K0,V0]:IsMap[CC0[K0,V0]] {typeK =K0;typeV =V0;typeC =View[(K0,V0)]; }

Attributes

Source
IsMap.scala
implicitdefmutableLongMapIsMap[V0]:IsMap[LongMap[V0]] {typeK =Long;typeV =V0;typeC =LongMap[V0]; }

Attributes

Source
IsMap.scala

Deprecated implicits

implicitdefanyRefMapIsMap[K0 <:AnyRef,V0]:IsMap[AnyRefMap[K0,V0]] {typeK =K0;typeV =V0;typeC =AnyRefMap[K0,V0]; }

Attributes

Deprecated
[Since version 2.13.16]AnyRefMap is deprecated
Source
IsMap.scala
In this article
Generated with
Copyright (c) 2002-2025, LAMP/EPFL
Copyright (c) 2002-2025, LAMP/EPFL

[8]ページ先頭

©2009-2025 Movatter.jp