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

5
LINES

< > BotCompany Repo | #1015166 // DynamicCallable - interface for functions with varying number of methods; don't combine with regular get methods for now

JavaX fragment (include)

1  
//please include dynamicCallable_acrossBoundaries.
2  
3  
static interface DynamicCallable {
4  
  abstract O _dyn(O[] args);
5  
}

Author comment

Began life as a copy of #1012040

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1015166
Snippet name: DynamicCallable - interface for functions with varying number of methods; don't combine with regular get methods for now
Eternal ID of this version: #1015166/7
Text MD5: 21dcc4cc411a6544eeb57f8a118818c1
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-06-21 23:32:59
Source code size: 121 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 379 / 945
Version history: 6 change(s)
Referenced in: [show references]