Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1031691 // pcallFAll_minimalExceptionHandling

JavaX fragment (include)

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);
}

Author comment

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: 118 / 157
Version history: 2 change(s)
Referenced in: [show references]