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

7
LINES

< > BotCompany Repo | #1019008 // sortByMethodDesc

JavaX fragment (include)

static <A> L<A> sortByMethodDesc(Collection<A> c, fS method) {
  ret sortByCalculatedFieldDesc(c, func(A a) -> O { callOpt(a, method) });
}

static <A> L<A> mapMethodLike sortByMethodDesc(S method, Collection<A> c) {
  ret sortByMethodDesc(c, method);
}

Author comment

Began life as a copy of #1006868

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1019008
Snippet name: sortByMethodDesc
Eternal ID of this version: #1019008/4
Text MD5: e8f389a1c4a3e6db215b0279ec263bf4
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-02-10 22:35:19
Source code size: 259 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 294 / 316
Version history: 3 change(s)
Referenced in: [show references]