lock method

T? lock()

Implementation

T? lock() {
  return (strongPtr??(weakPtr?.target))?.strongRC();
}