static AbstractThoughtSpace thoughtSpace() { ret currentThoughtSpace(); } // set for current thread static <A extends AbstractThoughtSpace> A thoughtSpace(A ts) { currentThoughtSpace_value.set(ts); ret ts; }
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: | #1008192 |
| Snippet name: | thoughtSpace - synonym of currentThoughtSpace |
| Eternal ID of this version: | #1008192/7 |
| Text MD5: | 91fe78a2b87f28bceb7f261a2f226903 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-12-11 02:18:03 |
| Source code size: | 222 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 778 / 832 |
| Version history: | 6 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1012729 - thoughtSpaceDone - opposite of newThoughtSpace |