1 | static L mapField(Collection c, S field) {
|
2 | ret collectField(c, field); |
3 | } |
4 | |
5 | static L mapField(S field, Collection c) {
|
6 | ret collectField(c, field); |
7 | } |
Began life as a copy of #1003047
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1013929 |
| Snippet name: | mapField - synonym of collect |
| Eternal ID of this version: | #1013929/1 |
| Text MD5: | 1b0e955b08c97a9b31546c27296eef9f |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-03-16 13:07:30 |
| Source code size: | 156 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 549 / 610 |
| Referenced in: | [show references] |