Libraryless. Click here for Pure Java version (15119L/105K).
1 | !7 |
2 | |
3 | // formerly: Universal Search Data |
4 | sclass Actions extends DynTable { |
5 | transient Map<Map, O> actions = synchroMap(); |
6 | |
7 | void onDoubleClick(Map line) { |
8 | temp enter(); |
9 | callF(mapGet(actions, line)); |
10 | } |
11 | |
12 | L<Map> calc() { |
13 | L<T3<S, O, S>> l = dm_universalSearchData(); |
14 | actions.clear(); |
15 | ret map(l, func(T3<S, O, S> t) -> Map { |
16 | mapPut_returnKey(actions, litorderedmap("Name" := t.a, "Module" := t.c), t.b) |
17 | }); |
18 | } |
19 | } |
Began life as a copy of #1016241
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1016247 |
Snippet name: | Actions [Dyn Module, dev.] |
Eternal ID of this version: | #1016247/7 |
Text MD5: | 38d6cd076dc53d908a1517f97f9e9309 |
Transpilation MD5: | f86e590e1f599614982af3f4d4e79761 |
Author: | stefan |
Category: | javax / stefan's os |
Type: | JavaX source code (Dynamic Module) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-06-12 00:37:08 |
Source code size: | 464 bytes / 19 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 389 / 585 |
Version history: | 6 change(s) |
Referenced in: | [show references] |