1 | static DynamicCallable dynamicCallableMC(fS methodName) {
|
2 | ret new DynamicCallable {
|
3 | public O _dyn(O[] args) {
|
4 | ret callMC(methodName, args); |
5 | } |
6 | }; |
7 | } |
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1015167 |
| Snippet name: | dynamicCallableMC |
| Eternal ID of this version: | #1015167/4 |
| Text MD5: | b0fa6b40c75ac638f03343602ff8cdca |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-05-10 14:14:49 |
| Source code size: | 170 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 570 / 625 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |