setAttribute<R> method

void setAttribute<R>(
  1. AttributeKey<R> key,
  2. R value
)

Implementation

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