sO mapLike uncurryToFunctionOnPair(O f) { ret func(Pair p) { ret callF(callF(f, p.a), p.b); }; }
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1023985 |
| Snippet name: | uncurryToFunctionOnPair |
| Eternal ID of this version: | #1023985/3 |
| Text MD5: | e77d11fd9c2b8af5afde9d38c86ea94d |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-07-14 21:02:25 |
| Source code size: | 108 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 404 / 441 |
| Version history: | 2 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |