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

7
LINES

< > BotCompany Repo | #1027192 // uniquifyByFieldCI

JavaX fragment (include)

static <A> L<A> uniquifyByFieldCI(Iterable<A> c, S field) {
  ret valuesList(indexByFieldCI(c, field));
}

static <A> L<A> mapMethodLike uniquifyByFieldCI(S field, Iterable<A> c) {
  ret uniquifyByFieldCI(c, field);
}

Author comment

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: 123 / 158
Version history: 2 change(s)
Referenced in: [show references]