1 | static S formatSnippets(L<Snippet> l) { |
2 | new L<S> lines; |
3 | for (Snippet s : unnull(l)) |
4 | lines.add(formatSnippetID(s.id) + " - " + s.title); |
5 | ret fromLines(lines); |
6 | } |
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1003935 |
Snippet name: | formatSnippets - format Snippet objects in multiple lines |
Eternal ID of this version: | #1003935/1 |
Text MD5: | f703e8996a91e56e540158fdaf1cab02 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2016-07-31 01:01:09 |
Source code size: | 174 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 559 / 551 |
Referenced in: | [show references] |