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

6
LINES

< > BotCompany Repo | #1009322 // scanMultipleBots - get an answer from a list of bots

JavaX fragment (include)

static S scanMultipleBots(L bots, S s) {
  for (O bot : unnull(bots)) pcall { // just print exceptions, carry on
    try answer callAnswerMethod(bot, s);
  }
  null;
}

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: #1009322
Snippet name: scanMultipleBots - get an answer from a list of bots
Eternal ID of this version: #1009322/1
Text MD5: 95fe5cf0850608f874b0c42b61fe81b8
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-23 19:22:58
Source code size: 172 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 410 / 451
Referenced in: [show references]