setAttribute<R> method
void
setAttribute<R>(
- AttributeKey<
R> key, - R value
Implementation
void setAttribute<R>(AttributeKey<R> key, R value) {
attributes.setAttr(key, value);
}