1 | static <A> L<A> uniquifyByFieldCI(Iterable<A> c, S field) { |
2 | ret valuesList(indexByFieldCI(c, field)); |
3 | } |
4 | |
5 | static <A> L<A> mapMethodLike uniquifyByFieldCI(S field, Iterable<A> c) { |
6 | ret uniquifyByFieldCI(c, field); |
7 | } |
Began life as a copy of #1018537
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1027192 |
Snippet name: | uniquifyByFieldCI |
Eternal ID of this version: | #1027192/3 |
Text MD5: | 17b955fd052a03c900e26dc76fe6276f |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-02-24 21:48:12 |
Source code size: | 223 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 194 / 232 |
Version history: | 2 change(s) |
Referenced in: | [show references] |