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

7
LINES

< > BotCompany Repo | #1001199 // callOpt - now forwards to callOpt_withVarargs

JavaX fragment (include)

sO callOpt(O o) {
  ret callF(o);
}

sO callOpt(O o, S method, O... args) {
  ret callOpt_withVarargs(o, method, args);
}

Author comment

Began life as a copy of #1000630

download  show line numbers  debug dex  old transpilations   

Travelled to 17 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, whxojlpjdney

No comments. add comment

Snippet ID: #1001199
Snippet name: callOpt - now forwards to callOpt_withVarargs
Eternal ID of this version: #1001199/18
Text MD5: 287d6fc914836eb4d796a122ca9f3da2
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-10-01 18:21:07
Source code size: 127 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 751 / 7982
Version history: 17 change(s)
Referenced in: #1001255 - findStaticMethod
#1002427 - Accellerating 629 (SPIKE)
#1002795 - findMethod
#1005607 - callOpt_noArgs - optimized version of callOpt when you don't pass arguments
#1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1018499 - callOpt_uncached (works)
#1032677 - callOptString - callOpt, return only if string
#3000382 - Answer for ferdie (>> t = 1, f = 0)