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

15
LINES

< > BotCompany Repo | #1021586 // _addAll - synonym of addAll

JavaX fragment (include)

static <A, B extends A> void _addAll(Collection<A> c, Iterable<B> b) {
  addAll(c, b);
}



static <A, B extends A> bool _addAll(Collection<A> c, Collection<B> b) {
  ret addAll(c, b);
}



static <A, B extends A> bool _addAll(Collection<A> c, B... b) {
  ret addAll(c, b);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1021586
Snippet name: _addAll - synonym of addAll
Eternal ID of this version: #1021586/1
Text MD5: 20a3665239a3f68496147bf36120d480
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-02-19 12:26:19
Source code size: 279 bytes / 15 lines
Pitched / IR pitched: No / No
Views / Downloads: 253 / 296
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)