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

3
LINES

< > BotCompany Repo | #1003313 // callFunction - synonym of callF - call a Runnable or function name

JavaX fragment (include)

static O callFunction(O f, O... args) {
  ret callF(f, args);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 21 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, etryasgzbotu, gwrvuhgaqvyk, ishqpsrjomds, jcllbfdqhrgy, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, podlckwnjdmb, pyentgdyhuwx, pzhvpgtvlbxg, sawdedvomwva, tslmcundralx, tvejysmllsmz, vouqrxazstgt, whxojlpjdney, yanjaxplzisb

No comments. add comment

Snippet ID: #1003313
Snippet name: callFunction - synonym of callF - call a Runnable or function name
Eternal ID of this version: #1003313/3
Text MD5: ae073734071f6dc0613bd717b8115bcc
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-04-02 13:24:30
Source code size: 65 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 599 / 3255
Version history: 2 change(s)
Referenced in: #1003403 - pcallFunction - safely call a Runnable, function object or function name
#1003483 - callF + safeCallF - call a Runnable, func, voidfunc or function name
#1005613 - callFOpt
#1006654 - Standard functions list 2 (LIVE, continuation of #761)