sS collectAsLines(Iterable c, S field) { ret lines(collect(c, field)); } sS mapMethodLike collectAsLines(S field, Iterable c) { ret collectAsLines(c, field); }
Began life as a copy of #1018020
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: | #1028091 |
| Snippet name: | collectAsLines |
| Eternal ID of this version: | #1028091/1 |
| Text MD5: | 858fee568cd9a3336dda72883036348b |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-05-18 14:17:51 |
| Source code size: | 170 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 366 / 418 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |