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

7
LINES

< > BotCompany Repo | #1015267 // onlyStringsLongerThan

JavaX fragment (include)

static L<S> onlyStringsLongerThan(Collection<S> l, final int n) {
  ret [S s : unnull(l) | l(s) > n];
}

static L<S> onlyStringsLongerThan(int n, Collection<S> l) {
  ret onlyStringsLongerThan(l, n);
}

Author comment

Began life as a copy of #1008860

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: #1015267
Snippet name: onlyStringsLongerThan
Eternal ID of this version: #1015267/4
Text MD5: ee000aa2a1a77dab818c48e9bc642e1f
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-05-11 12:25:42
Source code size: 207 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 275 / 346
Version history: 3 change(s)
Referenced in: [show references]