Transpiled version (2874L) is out of date.
1 | static <A, B> L<B> lambdaMapLike pnlMap(S prefix default "", IF1<A, B> f, Iterable<A> l) { |
2 | ret pnlMap(prefix, l, f); |
3 | } |
4 | |
5 | static <A, B> L<B> pnlMap(S prefix default "", Iterable<A> l, IF1<A, B> f) { |
6 | ret pnl(prefix, map(l, f)); |
7 | } |
Began life as a copy of #1003239
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: | #1028320 |
Snippet name: | pnlMap - pnl+map |
Eternal ID of this version: | #1028320/3 |
Text MD5: | 0dbeab2dd76ad65cab47e790452d89b9 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-03-28 15:00:06 |
Source code size: | 236 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 282 / 380 |
Version history: | 2 change(s) |
Referenced in: | [show references] |