AttributeKey

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

Key for an object that allows for type-safe code.

Constructors

AttributeKey
Link copied to clipboard
fun AttributeKey(name: String)

Functions

compareTo
Link copied to clipboard
open operator override fun compareTo(other: AttributeKey<T>): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

name
Link copied to clipboard
val name: String

Sources

jvm source
Link copied to clipboard