static ModifiedWebRequest webRequest_modifyURI(S newURI, IWebRequest req) { ModifiedWebRequest r = new(req); r.uri = newURI; ret r; } static ModifiedWebRequest webRequest_modifyURI(IWebRequest req, S newURI) { ret webRequest_modifyURI(newURI, req); }
download show line numbers debug dex old transpilations
Travelled to 5 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1029856 | 
| Snippet name: | webRequest_modifyURI | 
| Eternal ID of this version: | #1029856/2 | 
| Text MD5: | af2123a1604c66a7fe4d782222107d0d | 
| Author: | stefan | 
| Category: | javax | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2021-06-14 01:56:13 | 
| Source code size: | 263 bytes / 9 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 368 / 427 | 
| Version history: | 1 change(s) | 
| Referenced in: | [show references] |