sS safeMapEachLine(S text, IF1<S> f) { ret mapEachLine(f, text); } sS lambdaMapLike safeMapEachLine(IF1<S> f, S text) { ret mapEachLine((O) f, text); }
Began life as a copy of #1021263
download show line numbers debug dex old transpilations
Travelled to 5 computer(s): bhatertpkbcr, ekrmjmnbrukm, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1030042 |
| Snippet name: | safeMapEachLine |
| Eternal ID of this version: | #1030042/3 |
| Text MD5: | 1513015b1804dcd53f8957dbd2860a3f |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-11-15 21:12:28 |
| Source code size: | 162 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 404 / 447 |
| Version history: | 2 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1030219 - safeMapEachLine_str |