IsMap (original) (raw)

scala.collection.generic.IsMap

See theIsMap companion trait

Members list

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

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

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

Attributes

Source

IsMap.scala

Attributes

Deprecated

[Since version 2.13.16] AnyRefMap is deprecated

Source

IsMap.scala

In this article