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

9
LINES

< > BotCompany Repo | #1030180 // concatCISets - synonym of joinCISets

JavaX fragment (include)

1  
static Set<S> concatCISets(Collection<S>... l) {
2  
  ret joinCISets(l);
3  
}
4  
5  
6  
7  
static Set<S> concatCISets(Iterable<? extends Cl<S>> l) {
8  
  ret joinCISets(l);
9  
}

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