static <A> Set<A> instancesOfAsSet(Iterable i, Class<A> c) { ret asSet(instancesOf(i, c)); } static <A> Set<A> nuLike instancesOfAsSet(Class<A> c, Iterable i) { ret instancesOfAsSet(i, c); }
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: | 412 / 464 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |