sS mapLike mapToLines_rtrim(O f, Map map) { ret lines_rtrim(map(map, f)); } sS mapLike mapToLines_rtrim(O f, Iterable l) { ret lines_rtrim(map(f, l)); } static <A> S mapToLines_rtrim(Iterable<A> l, IF1<A, S> f) { ret mapToLines_rtrim(f, l); }
Began life as a copy of #1008543
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1025867 |
| Snippet name: | mapToLines_rtrim - lines_rtrim(map(...)) |
| Eternal ID of this version: | #1025867/1 |
| Text MD5: | 2c7e542092a2a8e922050afb4fba7270 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-10-27 16:28:29 |
| Source code size: | 260 bytes / 11 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 428 / 479 |
| Referenced in: | [show references] |