1 | static <A, B> LL<B> mapLike levelTwoMap(F1<A, B> f, Iterable<L<A>> l) {
|
2 | ret mapTwoLevelsDown(f, l); |
3 | } |
4 | |
5 | static <A, B> LL<B> mapLike levelTwoMap(O f, Iterable<L<A>> l) {
|
6 | ret mapTwoLevelsDown(f, l); |
7 | } |
8 | |
9 | static <A, B> LL<B> mapLike levelTwoMap(Iterable<L<A>> l, F1<A, B> f) {
|
10 | ret levelTwoMap(f, l); |
11 | } |
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1020684 |
| Snippet name: | levelTwoMap - synonym of mapTwoLevelsDown |
| Eternal ID of this version: | #1020684/9 |
| Text MD5: | 4b0a092825ce0533ec1fd10620057cc9 |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-10-14 00:32:58 |
| Source code size: | 311 bytes / 11 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 495 / 567 |
| Version history: | 8 change(s) |
| Referenced in: | [show references] |