Libraryless. Click here for Pure Java version (2492L/15K).
1 | svoid forwardSwappableFunctionsToObject(O o, O target, S... methodNames) {
|
2 | if (o == null || target == null) ret; |
3 | fOr (S method : methodNames) |
4 | forwardSwappableFunctionToObject(o, method, target); |
5 | } |
Began life as a copy of #1027672
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1027673 |
| Snippet name: | forwardSwappableFunctionsToObject |
| Eternal ID of this version: | #1027673/4 |
| Text MD5: | 574390c919fd2da93d79a26577d3eac9 |
| Transpilation MD5: | 16e1eef715b7d164abd6cc5710f1d725 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-03-29 23:18:49 |
| Source code size: | 208 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 365 / 475 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |