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

6
LINES

< > BotCompany Repo | #1021142 // firstConceptWhereIC

JavaX fragment (include)

static <A extends Concept> A firstConceptWhereIC(L<A> list, O... params) {
  for (A x : list)
    if (checkConceptFieldsIC(x, params))
      ret x;
  null;
}

Author comment

Began life as a copy of #1019803

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1021142
Snippet name: firstConceptWhereIC
Eternal ID of this version: #1021142/1
Text MD5: 39af5b9b6f61ac14556acc85469d9361
Author: stefan
Category: javax / concepts
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-01-23 23:17:55
Source code size: 162 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 239 / 288
Referenced in: [show references]