1 | static <A extends Concept> L<A> unlistedCopies(Class<A> c) {
|
2 | ret unlistedCopies(list(c)); |
3 | } |
4 | |
5 | static <A extends Concept> L<A> unlistedCopies(Collection<A> c) {
|
6 | new L<A> l; |
7 | for (A a : unnull(c)) |
8 | l.add(unlistedCopy(a)); |
9 | ret l; |
10 | } |
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1013535 |
| Snippet name: | unlistedCopies |
| Eternal ID of this version: | #1013535/8 |
| Text MD5: | deb866dc173d4356453b76c79a6ed5ae |
| Author: | stefan |
| Category: | javax / concepts |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-06-01 00:18:48 |
| Source code size: | 246 bytes / 10 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 628 / 657 |
| Version history: | 7 change(s) |
| Referenced in: | [show references] |