static void pcallFAll_minimalExceptionHandling(Collection l, O... args) { if (l != null) for ping (O f : cloneList(l)) pcallF_minimalExceptionHandling(f, args); } static void pcallFAll_minimalExceptionHandling(Iterator it, O... args) { while ping (it.hasNext()) pcallF_minimalExceptionHandling(it.next(), args); }
Began life as a copy of #1011395
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
Snippet ID: | #1031691 |
Snippet name: | pcallFAll_minimalExceptionHandling |
Eternal ID of this version: | #1031691/3 |
Text MD5: | 816855660edb406b9fea2f806eba6044 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-06-27 01:22:52 |
Source code size: | 324 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 195 / 236 |
Version history: | 2 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |