AttributeKey

class AttributeKey<T : Any>

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

Properties

Link copied to clipboard

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