1 | static IF0 objectMethodToIF0(O object, S method) { |
2 | ret object == null ? null : new IF0 { |
3 | public O get() { ret call(object, method); } |
4 | }; |
5 | } |
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: | #1027667 |
Snippet name: | objectMethodToIF0 |
Eternal ID of this version: | #1027667/1 |
Text MD5: | f8508b1e663e57b8faf9f55ebc825d41 |
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:08 |
Source code size: | 150 bytes / 5 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 153 / 169 |
Referenced in: | [show references] |