Libraryless. Compilation Failed (2553L/16K).
static L lazyMap(fO f, fL l) { ret lazilyMap(f, l); } static <A, B> L<B> lazyMap(L<A> l, IF1<A, B> f) { ret lazilyMap(f, l); } static <A, B> L<B> lambdaMapLike lazyMap(IF1<A, B> f, L<A> l) { ret lazilyMap(f, l); }
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1021904 |
| Snippet name: | lazyMap - synonym of lazilyMap |
| Eternal ID of this version: | #1021904/5 |
| Text MD5: | 547476f65186fbd1c996ffe30b14955d |
| Transpilation MD5: | c9535649b2e8b7fef277664ed482999b |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-11-20 17:08:44 |
| Source code size: | 231 bytes / 11 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 607 / 775 |
| Version history: | 4 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |