1 | sS mapEachLine_tlft_nempties(O f, S text) {
|
2 | ret lines_possiblyRTrim(text, nempties(mapLines_tlft(f, text))); |
3 | } |
4 | |
5 | sS mapEachLine_tlft_nempties(S text, O f) {
|
6 | ret mapEachLine_tlft_nempties(f, text); |
7 | } |
8 | |
9 | sS mapEachLine_tlft_nempties(S text, IF1<S> f) {
|
10 | ret mapEachLine_tlft_nempties(f, text); |
11 | } |
Began life as a copy of #1023583
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: | #1023585 |
| Snippet name: | mapEachLine_tlft_nempties - lines_possiblyRTrim(nempties(map(tlft(...)))) [drop empty lines in output] |
| Eternal ID of this version: | #1023585/1 |
| Text MD5: | 9b3ae2dfe3677ae96fd4929c0817562a |
| 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:31:57 |
| Source code size: | 305 bytes / 11 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 698 / 757 |
| Referenced in: | [show references] |