Libraryless. Click here for Pure Java version (4580L/26K).
static <A, B> L<B> lambdaMapLike reallyLazyMap(IF1<A, B> f, L<A> l) { ret lazyMap_noSave(f, l); } static <A, B> L<B> reallyLazyMap(L<A> l, IF1<A, B> f) { ret lazyMap_noSave(f, l); }
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1033962 |
Snippet name: | reallyLazyMap - synonym of lazyMap_noSave |
Eternal ID of this version: | #1033962/4 |
Text MD5: | 3c0a1d31cb9028fff418cd51a671c20e |
Transpilation MD5: | edb7fcca7fd843743e8574ca72c0e20d |
Author: | someone |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-01-14 23:55:38 |
Source code size: | 192 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 144 / 215 |
Version history: | 3 change(s) |
Referenced in: | [show references] |