Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

9
LINES

< > BotCompany Repo | #1005427 // allSmartQuestions

JavaX fragment (include)

static Set<S> allSmartQuestions() {
  Map<Long, O> concepts = safeLoadConcepts("#1005320");
  new TreeSet<S> set;
  for (O ul : valuesOfType(concepts, "main$UserLine")) {
    S q = getString(ul, "text");
    if (nempty(q)) set.add(q);
  }
  ret set;
}

Author comment

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: 454 / 456
Referenced in: [show references]