AndTaggingMapKey

final implicit class AndTaggingMapKey[M[_, _], K, A, V](val mkv: M[K @@ A, V]) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def andTaggedKeyWith[B]: M[K @@ A & B, V]
def eraseKeyTag: M[K, V]
def replaceKeyTag[B]: M[K @@ B, V]

Concrete fields

val mkv: M[K @@ A, V]