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

6
LINES

< > BotCompany Repo | #1022561 // pcallFAll_returnNonNulls

JavaX fragment (include)

static L pcallFAll_returnNonNulls(Collection l, O... args) {
  new L out;
  if (l != null) for (O f : cloneList(l))
    addIfNotNull(out, pcallF(f, args));
  ret out;
}

Author comment

Began life as a copy of #1020794

download  show line numbers  debug dex  old transpilations   

Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1022561
Snippet name: pcallFAll_returnNonNulls
Eternal ID of this version: #1022561/1
Text MD5: b5840b9777827f6014ee73b1efd5449b
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-03-21 11:35:04
Source code size: 173 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 214 / 250
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)