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

3
LINES

< > BotCompany Repo | #1007465 // firstGlobalID - get first element in a list that is a possible global ID

JavaX fragment (include)

static S firstGlobalID(L<S> l) {
  for (S s : l) if (possibleGlobalID(s)) ret s; 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: #1007465
Snippet name: firstGlobalID - get first element in a list that is a possible global ID
Eternal ID of this version: #1007465/1
Text MD5: 29be5000c81dc6d715c9af7347ca84cc
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-03-23 23:18:46
Source code size: 90 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 389 / 422
Referenced in: [show references]