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

7
LINES

< > BotCompany Repo | #1027503 // concatLists_uniquify

JavaX fragment (include)

static <A> L<A> concatLists_uniquify(Collection<A>... lists) {
  ret uniquify(concatLists(lists));
}

static <A> L<A> concatLists_uniquify(Collection<? extends Collection<A>> lists) {
  ret uniquify(concatLists(lists));
}

Author comment

Began life as a copy of #1001241

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: #1027503
Snippet name: concatLists_uniquify
Eternal ID of this version: #1027503/2
Text MD5: f07aa56e9b285f36c2644b29c12cdeac
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-03-22 15:56:16
Source code size: 229 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 96 / 115
Version history: 1 change(s)
Referenced in: [show references]