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

8
LINES

< > BotCompany Repo | #1003171 // filterByFields

JavaX fragment (include)

static <A> L<A> filterByFields(Iterable<A> c, O... data) {
  if (c == null) null;
  new L<A> l;
  for (A x : c)
    if (checkFields(x, data))
      l.add(x);
  ret l;
}

Author comment

Began life as a copy of #1002319

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1003171
Snippet name: filterByFields
Eternal ID of this version: #1003171/3
Text MD5: fa6eb3ce4657d3d3886d428e69b87022
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-04-09 21:04:44
Source code size: 175 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 625 / 570
Version history: 2 change(s)
Referenced in: [show references]