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

6
LINES

< > BotCompany Repo | #1020887 // findWebCamByName

JavaX fragment (include)

static Webcam findWebCamByName(L<Webcam> cams, S name) {
  if (empty(name)) null;
  for (Webcam cam : unnull(cams))
    if (eqic(cam.getName(), name)) ret cam;
  null;
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1020887
Snippet name: findWebCamByName
Eternal ID of this version: #1020887/2
Text MD5: 2f038a7582f87de02bfdd2f430a954f7
Author: stefan
Category: javax / webcam
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-01-08 14:38:45
Source code size: 174 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 191 / 234
Version history: 1 change(s)
Referenced in: [show references]