1 | static <A> L<A> sortedByMethodIC(Collection<A> c, fS method) { |
2 | ret sortByCalculatedFieldIC(c, func(A a) -> O { callOpt(a, method) }); |
3 | } |
4 | |
5 | static <A> L<A> sortedByMethodIC(S method, Collection<A> c) { |
6 | ret sortedByMethodIC(c, method); |
7 | } |
Began life as a copy of #1019008
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: | #1019501 |
Snippet name: | sortedByMethodIC |
Eternal ID of this version: | #1019501/1 |
Text MD5: | 961a45c1ce56c9cd77eed1042906f3f3 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-11-10 20:07:51 |
Source code size: | 243 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 336 / 387 |
Referenced in: | [show references] |