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

5
LINES

< > BotCompany Repo | #1012837 // identifiersOnly

JavaX fragment (include)

static L<S> identifiersOnly(Collection<S> l) {
  new L<S> out;
  for (S a : unnull(l)) if (isIdentifier(a)) out.add(a);
  ret out;
}

Author comment

Began life as a copy of #1008560

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1012837
Snippet name: identifiersOnly
Eternal ID of this version: #1012837/2
Text MD5: 7a1a0c415cbc29bf21b71f024c3582e9
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-12-14 17:34:27
Source code size: 136 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 351 / 391
Version history: 1 change(s)
Referenced in: [show references]