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

8
LINES

< > BotCompany Repo | #1007060 // talkToAll_full - find all sub-bots too

JavaX fragment (include)

static Iterable<DialogIO> talkToAll_full(S searchPattern) {
  final L<ScannedBot> list = fullBotScan(searchPattern);
  ret mapI(list, func(ScannedBot bot) { replaceHelloMessage(talkToLocalAddress(bot.address), bot.helloString) });
}

static Iterable<DialogIO> talkToAll_full() {
  ret talkToAll_full("");
}

Author comment

Began life as a copy of #1001399

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: #1007060
Snippet name: talkToAll_full - find all sub-bots too
Eternal ID of this version: #1007060/4
Text MD5: 6392d7b2da2f5546fc03a0b68c51a5bb
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-02-27 17:27:44
Source code size: 315 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 441 / 449
Version history: 3 change(s)
Referenced in: [show references]