static <A> L<A> joinLists(Iterable<A>... lists) { ret concatLists(lists); } static <A> L<A> joinLists(Collection<? extends Iterable<A>> lists) { ret concatLists(lists); }
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1033792 |
Snippet name: | joinLists - synonym of concatLists |
Eternal ID of this version: | #1033792/1 |
Text MD5: | 670c583b5f203964dd74079f58e7ea25 |
Author: | someone |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-01-05 02:47:19 |
Source code size: | 179 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 136 / 156 |
Referenced in: | [show references] |