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

5
LINES

< > BotCompany Repo | #1025847 // callFWithVarArgs

JavaX fragment (include)

1  
sO callFWithVarArgs(O f, O... args) {
2  
  if (f cast S)
3  
    ret callMCWithVarArgs(f, args);
4  
  ret call_withVarargs(f, 'get, args);
5  
}

Author comment

Began life as a copy of #1025846

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1025847
Snippet name: callFWithVarArgs
Eternal ID of this version: #1025847/3
Text MD5: d77332bea7bab3d5cac3ea09b0840caa
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-10-26 05:30:21
Source code size: 134 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 193 / 218
Version history: 2 change(s)
Referenced in: [show references]