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

7
LINES

< > BotCompany Repo | #1015167 // dynamicCallableMC

JavaX fragment (include)

static DynamicCallable dynamicCallableMC(fS methodName) {
  ret new DynamicCallable {
    public O _dyn(O[] args) {
      ret callMC(methodName, args);
    }
  };
}

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: 282 / 329
Version history: 3 change(s)
Referenced in: [show references]