1 | static void setThreadLocalOpt(O o, S name, O value) {
|
2 | ThreadLocal t = cast getOpt(o, name); |
3 | if (t != null) t.set(value); |
4 | } |
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1007889 |
| Snippet name: | setThreadLocalOpt |
| Eternal ID of this version: | #1007889/4 |
| Text MD5: | 1fd374290ec6ee8b104c68948f475943 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-04-13 18:41:15 |
| Source code size: | 129 bytes / 4 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 727 / 749 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |