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

7
LINES

< > BotCompany Repo | #1016226 // filterByShortClassName

JavaX fragment (include)

static L filterByShortClassName(Iterable l, S name) {
  new L out;
  for (O o : unnull(l))
    if (shortClassNameIs(o, name))
      out.add(o);
  ret out;
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1016226
Snippet name: filterByShortClassName
Eternal ID of this version: #1016226/1
Text MD5: 436940c048329f89e3a0e69c04469b6d
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-06-10 21:43:04
Source code size: 162 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 288 / 337
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1016640 - filterByProgramIDAndShortClassName
#1017871 - firstWithShortClassName