AttributeKey

class AttributeKey[T](val typeName: String)
Type Params
T

Type of the value of the attribute.

Value Params
typeName

The fully qualified name of T.

Companion
object
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def equals(other: Any): Boolean
Definition Classes
Any
override
def hashCode(): Int
Definition Classes
Any

Concrete fields

val typeName: String