static <A> L<A> sortByFieldIC(Collection<A> c, S field) { ret sortedByFieldIC(c, field); } static <A> L<A> sortByFieldIC(S field, Collection<A> c) { ret sortedByFieldIC(field, c); }
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1020399 |
Snippet name: | sortByFieldIC - synonym of sortedByFieldIC |
Eternal ID of this version: | #1020399/1 |
Text MD5: | 276828658c82b70401378243e3c2bfde |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-12-19 16:22:52 |
Source code size: | 190 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 261 / 305 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |