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

9
LINES

< > BotCompany Repo | #1022128 // collectNotNulls - synonym of collectNotNull

JavaX fragment (include)

static L collectNotNulls(Collection c, S field) {
  ret collectNotNull(c, field);
}



static L mapMethodLike collectNotNulls(S field, Collection c) {
  ret collectNotNull(field, c);
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1022128
Snippet name: collectNotNulls - synonym of collectNotNull
Eternal ID of this version: #1022128/2
Text MD5: 5d7cb31fe7ba4b7b3ceee6e064d74f93
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-06-29 04:26:13
Source code size: 192 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 209 / 244
Version history: 1 change(s)
Referenced in: [show references]