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

3
LINES

< > BotCompany Repo | #1031590 // sortedByScoreWithout0 - synonym of sortedByScoreFunction_withoutZero

JavaX fragment (include)

static <A> L<A> sortedByScoreWithout0(Iterable<A> l, IF1<A, Number> f) {
  ret sortedByScoreFunction_withoutZero(l, f);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1031590
Snippet name: sortedByScoreWithout0 - synonym of sortedByScoreFunction_withoutZero
Eternal ID of this version: #1031590/1
Text MD5: 87011e5fe88bf4dad57eb3517d6a2e0f
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-06-22 07:28:59
Source code size: 121 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 80 / 105
Referenced in: [show references]