1 | static <A, B> Map<B, A> mapToKey(Iterable<A> l, IF1<A, B> f) {
|
2 | ret mapToKeys(l, f); |
3 | } |
4 | |
5 | |
6 | |
7 | static <A, B> Map<B, A> lambdaMapLike mapToKey(IF1<A, B> f, Iterable<A> l) {
|
8 | ret mapToKeys(f, l); |
9 | } |
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1030994 |
| Snippet name: | mapToKey - synonym of mapToKeys |
| Eternal ID of this version: | #1030994/2 |
| Text MD5: | ad953e65a1a980998bd01b06d4dfe711 |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-04-19 12:39:12 |
| Source code size: | 200 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 413 / 455 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |