1 | static Iterable<DialogIO> talkToAll(S searchPattern) { |
2 | final L<ProgramScan.Program> list = quickBotScan(searchPattern); |
3 | ret mapI(list, func(ProgramScan.Program p) { talkTo(p.port) }); |
4 | } |
5 | |
6 | static Iterable<DialogIO> talkToAll() { |
7 | ret talkToAll(""); |
8 | } |
Began life as a copy of #1001378
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: | #1001399 |
Snippet name: | talkToAll |
Eternal ID of this version: | #1001399/5 |
Text MD5: | 05e6886e42628b0838dd3691e5e8f06f |
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:17:23 |
Source code size: | 262 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 691 / 927 |
Version history: | 4 change(s) |
Referenced in: | [show references] |