Libraryless. Click here for Pure Java version (2546L/16K).
static <A, B> L<B> lambdaMapLike lambdaMap(IF1<A, B> f, Iterable<A> l) { ret map(l, f); } static <A, B> L<B> lambdaMapLike lambdaMap(IF1<A, B> f, A[] l) { ret map(l, f); }
Began life as a copy of #1003239
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, jcllbfdqhrgy, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1026014 |
Snippet name: | lambdaMap - map function with lambdaMapLike |
Eternal ID of this version: | #1026014/6 |
Text MD5: | 8ea7e73a0b4ba2bdbb902a892d58baf8 |
Transpilation MD5: | 52570e7a0c345bfe8c3e74566e33903a |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-06-12 13:43:05 |
Source code size: | 182 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 332 / 475 |
Version history: | 5 change(s) |
Referenced in: | [show references] |