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

3
LINES

< > BotCompany Repo | #1030345 // dm_callWithImportExport - dm_call with quickExporting arguments, quickImport result

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

Libraryless. Click here for Pure Java version (3008L/19K).

sO mapMethodLike dm_callWithImportExport(O moduleOrID, S method, O... args) {
  ret quickImport(dm_call(moduleOrID, method, (O[]) dm_export(moduleOrID, args)));
}

Author comment

Began life as a copy of #1027195

download  show line numbers  debug dex  old transpilations   

Travelled to 5 computer(s): bhatertpkbcr, ekrmjmnbrukm, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1030345
Snippet name: dm_callWithImportExport - dm_call with quickExporting arguments, quickImport result
Eternal ID of this version: #1030345/3
Text MD5: d3a35649f59d8ec543b6521c3cc22b91
Transpilation MD5: 80bbad4bca081499fb3175584c476b38
Author: stefan
Category: javax / stefan's os
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-12-05 17:19:08
Source code size: 164 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 136 / 197
Version history: 2 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)