static Set<S> concatCISets(Collection<S>... l) { ret joinCISets(l); } static Set<S> concatCISets(Iterable<? extends Cl<S>> l) { ret joinCISets(l); }
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
Snippet ID: | #1030180 |
Snippet name: | concatCISets - synonym of joinCISets |
Eternal ID of this version: | #1030180/1 |
Text MD5: | d87764d63ab6ca970d62e44a290c18db |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-11-12 11:26:09 |
Source code size: | 157 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 202 / 224 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |