Bind this key to a value.
Bind this key to a value. Equivalent to bindValue.
The value to bind.
An entry binding this key to a value of the right type.
The Java version for this key.
Bind this key to a value.
Bind this key to a value. This is equivalent to the ->
operator.
The value to bind this key to.
A bound value.
The name to display for this key or null
if
no display name has been provided.
The name to display for this key or null
if
no display name has been provided. This name is only used for debugging.
Keys with the same name are not considered to be equal.
A TypedKey is a key that can be used to get and set values in a TypedMap or any object with typed keys. This class uses reference equality for comparisons, so each new instance is different key.
The type of values associated with this key.