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

6
LINES

< > BotCompany Repo | #1020434 // withoutEmptyAfterTrims

JavaX fragment (include)

static L<S> withoutEmptyAfterTrims(Collection<S> l) {
  new L<S> out;
  for (S s : unnull(l))
    if (!emptyAfterTrim(s)) out.add(s);
  ret out;
}

Author comment

Began life as a copy of #1012387

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: #1020434
Snippet name: withoutEmptyAfterTrims
Eternal ID of this version: #1020434/1
Text MD5: f67f89cdb94b150a6b78bb2371f7699f
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-12-21 17:18:27
Source code size: 151 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 204 / 246
Referenced in: [show references]