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

3
LINES

< > BotCompany Repo | #1030606 // listPlusUnique - list plus more elements, uniquify

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (2755L/16K).

static <A> L<A> listPlusUnique(Collection<A> l, A... more) {
  ret uniquify(listPlus(l, more));
}

Author comment

Began life as a copy of #1003336

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1030606
Snippet name: listPlusUnique - list plus more elements, uniquify
Eternal ID of this version: #1030606/1
Text MD5: 19f3f0bf30394c5a7da085b289e59cef
Transpilation MD5: 1770087ff42a881d5a2d3ca4af054977
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-01-23 23:50:53
Source code size: 99 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 107 / 170
Referenced in: [show references]