AttributeKey

data class AttributeKey<V>(val id: String)

An attribute key uniquely an attribute.

The V phantom type is there to perform static type checking when requesting an attribute.

Constructors

Link copied to clipboard
constructor(id: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String