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

6
LINES

< > BotCompany Repo | #1020511 // dm_remote_callModule_safeRestruct - will not work with all kinds of arguments

JavaX fragment (include)

static <A> A dm_remote_callModule_safeRestruct(S computerID, S moduleID, S method, O... args) {
  L _args = ll(moduleID, method);
  addAll(_args, args);
  ret dm_evalOnOtherMachine_safeRestruct(computerID, "dm_call(" + 
    joinWithComma(map structureToJava(_args)) + ")", realEval := true);
}

Author comment

Began life as a copy of #1020510

download  show line numbers  debug dex  old transpilations   

Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1020511
Snippet name: dm_remote_callModule_safeRestruct - will not work with all kinds of arguments
Eternal ID of this version: #1020511/3
Text MD5: 21940eb3895fcb57be823923a62afec0
Author: stefan
Category: javax / stefan's os
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-12-25 17:19:16
Source code size: 298 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 184 / 210
Version history: 2 change(s)
Referenced in: [show references]