Libraryless. Click here for Pure Java version (42L/1K).
static <A> IVF1<A> delambdaIVF1(IVF1<A> f) { if (f == null) null; if (isInstanceOfSyntheticClass(f)) ret new IVF1<A>() { public void get(A a) { f.get(a); } }; ret f; }
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: | 147 / 217 |
Referenced in: | [show references] |