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

3
LINES

< > BotCompany Repo | #1022255 // listPlusNempties - list plus more strings (if they are not empty)

JavaX fragment (include)

static LS listPlusNempties(Collection<S> l, S... more) {
  ret concatLists_conservative(l, nempties(asList(more)));
}

Author comment

Began life as a copy of #1003336

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1022255
Snippet name: listPlusNempties - list plus more strings (if they are not empty)
Eternal ID of this version: #1022255/2
Text MD5: 548609e1283a0ea4d51f954b83fefc70
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-03-12 11:31:15
Source code size: 119 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 233 / 276
Version history: 1 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1023534 - listPlusNempties_es - list plus more strings (if they are not empty)