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)

1  
sO callOpt(O o) {
2  
  ret callF(o);
3  
}
4  
5  
sO callOpt(O o, S method, O... args) {
6  
  ret callOpt_withVarargs(o, method, args);
7  
}

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: 754 / 7987
Version history: 17 change(s)
Referenced in: [show references]