1 | static <A> L<A> joinLists(Iterable<A>... lists) { |
2 | ret concatLists(lists); |
3 | } |
4 | |
5 | |
6 | |
7 | static <A> L<A> joinLists(Collection<? extends Iterable<A>> lists) { |
8 | ret concatLists(lists); |
9 | } |
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: | 368 / 399 |
| Referenced in: | [show references] |