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

6
LINES

< > BotCompany Repo | #1023561 // hasWhereCI

JavaX fragment (include)

sbool hasWhereCI(Collection c, O... data) {
  if (c != null) for (O x : c)
    if (checkFieldsIC(x, data))
      true;
  false;
}

Author comment

Began life as a copy of #1003173

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: #1023561
Snippet name: hasWhereCI
Eternal ID of this version: #1023561/1
Text MD5: f07f57e069ec614563f70ef61a7df2ec
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-06-29 02:17:46
Source code size: 134 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 158 / 208
Referenced in: [show references]