getAttribute<R> method
R?
getAttribute<R>(
- AttributeKey<
R> key
Implementation
R? getAttribute<R>(AttributeKey<R> key) {
return attributes.getAttr<R>(key);
}
R? getAttribute<R>(AttributeKey<R> key) {
return attributes.getAttr<R>(key);
}