static bool pcallF_anyFalse(L functions, O... args) { bool flag = false; for (O f : functions) if (isFalse(pcallF(f, args))) flag = true; ret flag; }
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: | #1011392 |
| Snippet name: | pcallF_anyFalse - returns true if any function returned false |
| Eternal ID of this version: | #1011392/1 |
| Text MD5: | a0c223c21ef60077b08b1085736b5347 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-10-27 18:35:26 |
| Source code size: | 171 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 645 / 652 |
| Referenced in: | [show references] |