scala.collection.generic.IsMap
See theIsMap companion trait
object IsMap
Attributes
Members list
Type members
Types
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
Implicits
Implicits
In this article