com.codedx.util

Type members

Classlikes

class MapK[K[*], V[*]]
Companion
object
object MapK
Companion
class
class MutableMapK[K[*], V[*]]

A map where Keys have type parameters, and values stored for each key have a related type. I.e. looking up a key of type K[T] will result in a value of type V[T]. A simple map will use V = Id, so that get(K[T]) results in a bare T.

A map where Keys have type parameters, and values stored for each key have a related type. I.e. looking up a key of type K[T] will result in a value of type V[T]. A simple map will use V = Id, so that get(K[T]) results in a bare T.