1 | sS mapLike mapToLines_rtrim(O f, Map map) {
|
2 | ret lines_rtrim(map(map, f)); |
3 | } |
4 | |
5 | sS mapLike mapToLines_rtrim(O f, Iterable l) {
|
6 | ret lines_rtrim(map(f, l)); |
7 | } |
8 | |
9 | static <A> S mapToLines_rtrim(Iterable<A> l, IF1<A, S> f) {
|
10 | ret mapToLines_rtrim(f, l); |
11 | } |
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: | 432 / 482 |
| Referenced in: | [show references] |