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

7
LINES

< > BotCompany Repo | #1036425 // uniquifyWith - synonym of uniquifyBy

JavaX fragment (include)

static <A, B> L<A> lambdaMapLike uniquifyWith(IF1<A, B> f, Cl<A> l) {
  ret uniquifyBy(f, l);
}

static <A, B> L<A> uniquifyWith(Cl<A> l, IF1<A, B> f) {
  ret uniquifyBy(l, f);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 2 computer(s): mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1036425
Snippet name: uniquifyWith - synonym of uniquifyBy
Eternal ID of this version: #1036425/3
Text MD5: 5e8229c6f8810f40cb81a0aceb144216
Author: someone
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-12-11 19:48:07
Source code size: 184 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 63 / 75
Version history: 2 change(s)
Referenced in: [show references]