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

13
LINES

< > BotCompany Repo | #1019145 // sendToAllOtherVMs

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (4081L/27K).

static L<S> sendToAllOtherVMs(S line, O... args) {
  new L<S> answers;
  
  line = format3(line, args);
  
  for (DialogIO io : talkToAllOtherVMs()) {
    temp io;
    print(": " + dropAfterLastSlash(io.readLine()));
    answers.add(io.askLoudly(line));
  }

  ret answers;
}

Author comment

Began life as a copy of #1001400

download  show line numbers  debug dex  old transpilations   

Travelled to 12 computer(s): bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1019145
Snippet name: sendToAllOtherVMs
Eternal ID of this version: #1019145/2
Text MD5: 0537fce05ae6795def6dabef2e61ccbc
Transpilation MD5: 85e4ac8870773feb6cd8c60a1d058904
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-09-05 13:28:51
Source code size: 287 bytes / 13 lines
Pitched / IR pitched: No / No
Views / Downloads: 249 / 311
Version history: 1 change(s)
Referenced in: [show references]