1 | static void pcallFAll_minimalExceptionHandling(Collection l, O... args) { |
2 | if (l != null) for ping (O f : cloneList(l)) pcallF_minimalExceptionHandling(f, args); |
3 | } |
4 | |
5 | static void pcallFAll_minimalExceptionHandling(Iterator it, O... args) { |
6 | while ping (it.hasNext()) pcallF_minimalExceptionHandling(it.next(), args); |
7 | } |
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: | 200 / 242 |
Version history: | 2 change(s) |
Referenced in: | [show references] |