sS lambdaMapLike filterLines(IPred<S> pred, S s) { ret lines_possiblyRTrim(s, filter(lines(s), pred)); } sS lambdaMapLike filterLines(S s, IPred<S> pred) { ret filterLines(pred, s); }
Began life as a copy of #1026679
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1027043 |
| Snippet name: | filterLines |
| Eternal ID of this version: | #1027043/1 |
| Text MD5: | 8205eb7d14bc0cdef219cb01be614758 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-02-13 14:56:28 |
| Source code size: | 194 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 623 / 626 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |