1 | static <A> Ext<A> ext(A a) {
|
2 | ret Ext(a); |
3 | } |
4 | |
5 | static <A> Ext<A> mapMethodLike ext(S info, A a) {
|
6 | ret extTrans(info, null, a); |
7 | } |
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1023198 |
| Snippet name: | ext - make Ext instance. also takes an info string as first parameter |
| Eternal ID of this version: | #1023198/3 |
| Text MD5: | af5ff9d429816ee5bc81015f70253d07 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-05-16 20:33:36 |
| Source code size: | 135 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 584 / 617 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |