static IVF1 objectMethodToIVF1(O object, S method) { ret object == null ? null : new IVF1 { public void get(O a) { call(object, method, a); } }; }
Began life as a copy of #1027666
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: | #1027668 |
| Snippet name: | objectMethodToIVF1 |
| Eternal ID of this version: | #1027668/1 |
| Text MD5: | ddaba42c5b2f8bb434a2ba9ce9ab37d0 |
| 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:05:38 |
| Source code size: | 158 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 362 / 396 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |