1 | sS mapLike linesMap(O f, Iterable l) {
|
2 | ret lines(map(f, l)); |
3 | } |
4 | |
5 | static <A> S linesMap(Iterable<A> l, F1<A, S> f) {
|
6 | ret lines(map(f, l)); |
7 | } |
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: | #1022703 |
| Snippet name: | linesMap - lines(map(...)) |
| Eternal ID of this version: | #1022703/3 |
| Text MD5: | a18e63396966ac404fc0a7925f706e73 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-05-11 14:24:22 |
| Source code size: | 148 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 544 / 590 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |