TaggingMapKey

com.softwaremill.tagging.`package`.TaggingMapKey
final implicit class TaggingMapKey[M[_, _], K, V](val mkv: M[K, V]) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def taggedKeyWith[T]: M[K @@ T, V]

Concrete fields

val mkv: M[K, V]