static L<S> allToUpper(Collection<S> l) { L<S> x = new L(l(l)); if (l != null) for (S s : l) x.add(upper(s)); ret x; }
Began life as a copy of #1008651
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: | #1010831 |
| Snippet name: | allToUpper |
| Eternal ID of this version: | #1010831/2 |
| Text MD5: | 4f6643c1ba79563efb5c65d508cc3e31 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-11-02 04:27:27 |
| Source code size: | 128 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 672 / 721 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |