static L<U> allToU(Collection<S> l) { L<U> x = new L(l(l)); if (l != null) for (S s : l) x.add(toU(s)); ret x; }
Began life as a copy of #1010831
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: | #1014181 |
| Snippet name: | allToU - convert to compact strings |
| Eternal ID of this version: | #1014181/3 |
| Text MD5: | 5ae04e7e3de8d445544412dc85af9771 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-04-15 15:12:31 |
| Source code size: | 122 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 624 / 649 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |