1 | static <A, B> L<B> lambdaMethod0Like lmapMethod(IF1<A, B> f, Iterable<A> l) { |
2 | ret lambdaMapMethod(f, l); |
3 | } |
4 | |
5 | |
6 | |
7 | |
8 | |
9 | static <A, B> L<B> lmapMethod(IF1<A, B> f, A[] l) { |
10 | ret lambdaMapMethod(f, l); |
11 | } |
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1033592 |
Snippet name: | lmapMethod - synonym of lambdaMapMethod |
Eternal ID of this version: | #1033592/1 |
Text MD5: | 5d3945db9e5bf9f184b615b864484c53 |
Author: | someone |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-11-05 03:55:05 |
Source code size: | 198 bytes / 11 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 189 / 222 |
Referenced in: | [show references] |