static <A, B> L<B> lambdaMapLike lmap(IF1<A, B> f, Iterable<A> l) { ret lambdaMap(f, l); } static <A, B> L<B> lambdaMapLike lmap(IF1<A, B> f, A[] l) { ret lambdaMap(f, l); }
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: | #1028370 |
Snippet name: | lmap - synonym of lambdaMap |
Eternal ID of this version: | #1028370/1 |
Text MD5: | 38c3675c897b19662bf5f47e210cfd19 |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-06-14 00:28:42 |
Source code size: | 182 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 332 / 392 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |