Transpiled version (2874L) is out of date.
static <A, B> L<B> lambdaMapLike pnlMap(S prefix default "", IF1<A, B> f, Iterable<A> l) { ret pnlMap(prefix, l, f); } static <A, B> L<B> pnlMap(S prefix default "", Iterable<A> l, IF1<A, B> f) { ret pnl(prefix, map(l, f)); }
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: | 281 / 379 |
Version history: | 2 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1032143 - pnlFunctionValues |