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

6
LINES

< > BotCompany Repo | #1017352 // findByFields

JavaX fragment (include)

static <A> A findByFields(Iterable<A> c, O... data) {
  if (c != null) for (A x : c)
    if (checkFields(x, data))
      ret x;
  ret null;
}

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: #1017352
Snippet name: findByFields
Eternal ID of this version: #1017352/2
Text MD5: 48d43474cbeedc5a1e52957fe1bff34a
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-07-19 15:23:53
Source code size: 146 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 325 / 378
Version history: 1 change(s)
Referenced in: [show references]