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

5
LINES

< > BotCompany Repo | #1018857 // firstIntBiggerThan

JavaX fragment (include)

static Int firstIntBiggerThan(int x, Iterable<Int> l) {
  for (int i : unnull(l))
    if (i > x) ret i;
  null;
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1018857
Snippet name: firstIntBiggerThan
Eternal ID of this version: #1018857/1
Text MD5: 3933e9915abcdaf033f0eb92bc72281a
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-10-14 13:38:26
Source code size: 117 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 232 / 272
Referenced in: [show references]