1  | static Web firstWebContaining(Collection<Web> webs, S label) {
 | 
2  | for (Web web : unnull(webs))  | 
3  | if (web_containsLabel(web, label))  | 
4  | ret web;  | 
5  | null;  | 
6  | }  | 
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: | 690 / 723 | 
| Referenced in: | [show references] |