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

6
LINES

< > BotCompany Repo | #1009346 // getSupportedQuestions_multipleBots

JavaX fragment (include)

static L<S> getSupportedQuestions_multipleBots(L bots) {
  new L<S> questions;
  for (O bot : unnull(bots))
    questions.addAll(findSupportedQuestionsInFunctions_impl(getJavaSource(bot), 'answer));
  ret questions;
}

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: #1009346
Snippet name: getSupportedQuestions_multipleBots
Eternal ID of this version: #1009346/2
Text MD5: c7b5d5aaf622524691c11f71fcd6a3f1
Author: stefan
Category: javax / talking robots
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-07-24 12:14:53
Source code size: 222 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 452 / 488
Version history: 1 change(s)
Referenced in: [show references]