Libraryless. Click here for Pure Java version (3890L/22K).
1 | // returns something if l is Iterable<Map> |
2 | static L mapMethodLike collectMapValues_gen(O key, O l) { |
3 | if (l cast Iterable) |
4 | ret map(l, map -> rgenget(key, map)); |
5 | null; |
6 | } |
Began life as a copy of #1003047
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1032576 |
Snippet name: | collectMapValues_gen |
Eternal ID of this version: | #1032576/3 |
Text MD5: | 5966f6db32eaa7bb46178a71a396cc93 |
Transpilation MD5: | 953adbfec6466f5e984bc5d905977f2b |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-09-23 00:39:43 |
Source code size: | 180 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 160 / 237 |
Version history: | 2 change(s) |
Referenced in: | [show references] |