1 | static L mapLike mapLines_tlft(O f, S text) {
|
2 | ret map(f, tlft(text)); |
3 | } |
4 | |
5 | ifclass F1 |
6 | static <B> L<B> mapLines_tlft(S text, F1<S, B> f) { ret mapLines_tlft(f, text); }
|
7 | |
8 | static <B> L<B> mapLines_tlft(F1<S, B> f, S text) {
|
9 | ret map(f, tlft(text)); |
10 | } |
11 | endif |
Began life as a copy of #1021167
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1023584 |
| Snippet name: | mapLines_tlft - map(tlft(...)) |
| Eternal ID of this version: | #1023584/1 |
| Text MD5: | 7e00daeb8d10fc08f42a00ba3dc03550 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-06-29 16:30:29 |
| Source code size: | 272 bytes / 11 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 493 / 551 |
| Referenced in: | [show references] |