1 | static bool callF_returnTrueIfNoException(O f, O... args) {
|
2 | try { callF(f, args); true; } catch print e { false; }
|
3 | } |
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: | #1015874 |
| Snippet name: | callF_returnTrueIfNoException |
| Eternal ID of this version: | #1015874/2 |
| Text MD5: | 2090b353edf3a4b1e89b0000ce3dc6cb |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-05-29 14:04:06 |
| Source code size: | 120 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 578 / 613 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |