1 | static <A> L<A> concatLists_uniquify(Collection<A>... lists) {
|
2 | ret uniquify(concatLists(lists)); |
3 | } |
4 | |
5 | static <A> L<A> concatLists_uniquify(Collection<? extends Collection<A>> lists) {
|
6 | ret uniquify(concatLists(lists)); |
7 | } |
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: | 385 / 416 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |