public interface Keyed
Prop.immutable()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKey()
Return a string that will be the key or contribute to the key of a react component.
|
static java.lang.String |
getKey(java.lang.Object object)
|
@Nonnull java.lang.String getKey()
@Nullable static java.lang.String getKey(@Nullable java.lang.Object object)
object
- the object on which to call getKey()
.