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

6
LINES

< > BotCompany Repo | #1010985 // firstWebContaining

JavaX fragment (include)

static Web firstWebContaining(Collection<Web> webs, S label) {
  for (Web web : unnull(webs))
    if (web_containsLabel(web, label))
      ret web;
  null;
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1010985
Snippet name: firstWebContaining
Eternal ID of this version: #1010985/1
Text MD5: 00cef0ae4c3a4bf715041d2fbbe11c69
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-10-11 02:07:53
Source code size: 162 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 387 / 410
Referenced in: [show references]