1 | static Set<S> allSmartQuestions() { |
2 | Map<Long, O> concepts = safeLoadConcepts("#1005320"); |
3 | new TreeSet<S> set; |
4 | for (O ul : valuesOfType(concepts, "main$UserLine")) { |
5 | S q = getString(ul, "text"); |
6 | if (nempty(q)) set.add(q); |
7 | } |
8 | ret set; |
9 | } |
Began life as a copy of #1005406
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1005427 |
Snippet name: | allSmartQuestions |
Eternal ID of this version: | #1005427/1 |
Text MD5: | 3f352a34c694202a0db5136a86912bbc |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2016-11-16 16:27:51 |
Source code size: | 259 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 520 / 522 |
Referenced in: | [show references] |