static L<S> appendAll(Collection<S> l, S s) { ret appendToAll(l, s); } static L<S> appendAll(S s, Collection<S> l) { ret appendToAll(s, l); }
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
Snippet ID: | #1030095 |
Snippet name: | appendAll - synonym of appendToAll |
Eternal ID of this version: | #1030095/1 |
Text MD5: | 47f00dcb3e73a47dc5b79b021d4641a8 |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-11-09 09:52:57 |
Source code size: | 148 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 184 / 208 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |