Warning: session_start(): open(/var/lib/php/sessions/sess_mqok7sjec7cpf2f3pda4nrhqif, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
joinLists - synonym of concatLists [1033792]

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

9
LINES

< > BotCompany Repo | #1033792 // joinLists - synonym of concatLists

JavaX fragment (include)

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: 533 / 546
Referenced in: [show references]