Libraryless. Click here for Pure Java version (42L/1K).
1 | static <A> IVF1<A> delambdaIVF1(IVF1<A> f) {
|
2 | if (f == null) null; |
3 | if (isInstanceOfSyntheticClass(f)) ret new IVF1<A>() {
|
4 | public void get(A a) { f.get(a); }
|
5 | }; |
6 | ret f; |
7 | } |
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1031540 |
| Snippet name: | delambdaIVF1 |
| Eternal ID of this version: | #1031540/1 |
| Text MD5: | 37e009831ee75fb93662b83f31da8ae1 |
| Transpilation MD5: | 840494dfea60a2ff5286b022f7511c1c |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-06-20 08:02:51 |
| Source code size: | 185 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 346 / 464 |
| Referenced in: | [show references] |