AttributeKey

class AttributeKey<T : Any>(val name: String)

Specifies a key for an attribute in Attributes

Parameters

T

is a type of the value stored in the attribute

name

is a name of the attribute for diagnostic purposes. Can't be blank

Constructors

Link copied to clipboard
fun AttributeKey(name: String)

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard