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

3
LINES

< > BotCompany Repo | #1023480 // rcall - call with method name first

JavaX fragment (include)

sO mapMethodLike rcall(S method, O o, O... args) {
  ret call_withVarargs(o, method, args);
}

Author comment

Began life as a copy of #1000630

download  show line numbers  debug dex  old transpilations   

Travelled to 10 computer(s): bhatertpkbcr, cfunsshuasjs, dpqxeycirhfy, mqqgnosmbjvj, podlckwnjdmb, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, whxojlpjdney

No comments. add comment

Snippet ID: #1023480
Snippet name: rcall - call with method name first
Eternal ID of this version: #1023480/6
Text MD5: c5ee7e4749d34a098cc2d40fbf9c590e
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-07-24 14:06:00
Source code size: 95 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 294 / 337
Version history: 5 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1024418 - rcall_long - rcall and convert to long
#1025054 - dm_remote_rcall - remote call with method name first
#1031600 - rcallOpt - callOpt with method name first