static void pcallF_all(Collection l, O... args) { if (l != null) for (O f : cloneList(l)) pcallF(f, args); }
Began life as a copy of #1005301
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: | #1010837 |
| Snippet name: | pcallF_all - call multiple functions |
| Eternal ID of this version: | #1010837/4 |
| Text MD5: | 9ae6ba87292d89be0c909ac2b5c48124 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-12-27 06:32:28 |
| Source code size: | 112 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 738 / 777 |
| Version history: | 3 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1011395 - pcallFAll - synonym of pcallF_all - call multiple functions #1023965 - callF_all - call multiple functions on same arguments, return list |