1 | sO callOpt(O o) { |
2 | ret callF(o); |
3 | } |
4 | |
5 | static <A> A callOpt(O o, S method, O... args) { |
6 | ret (A) callOpt_withVarargs(o, method, args); |
7 | } |
Began life as a copy of #1000630
download show line numbers debug dex
Travelled to 16 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, whxojlpjdney
No comments. add comment
Snippet ID: | #1001199 |
Snippet name: | callOpt - now forwards to callOpt_withVarargs |
Eternal ID of this version: | #1001199/17 |
Text MD5: | 782a701275d72da22d1ae7698ee816dd |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-03-24 12:31:05 |
Source code size: | 141 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 514 / 7645 |
Version history: | 16 change(s) |
Referenced in: | [show references] |
Formerly at http://tinybrain.de/1001199 & http://1001199.tinybrain.de