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

7
LINES

< > BotCompany Repo | #1027190 // instancesOfAsSet

JavaX fragment (include)

1  
static <A> Set<A> instancesOfAsSet(Iterable i, Class<A> c) {
2  
  ret asSet(instancesOf(i, c));
3  
}
4  
5  
static <A> Set<A> nuLike instancesOfAsSet(Class<A> c, Iterable i) {
6  
  ret instancesOfAsSet(i, c);
7  
}

Author comment

Began life as a copy of #1017023

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1027190
Snippet name: instancesOfAsSet
Eternal ID of this version: #1027190/3
Text MD5: a8a0d5e3fb70ef5a68a768bb34dacaa2
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-02-24 20:44:38
Source code size: 201 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 138 / 174
Version history: 2 change(s)
Referenced in: [show references]