Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

15
LINES

< > BotCompany Repo | #1013594 // f0

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (5072L/28K).

static F0 f0(fO f) {
  if (f cast F0) ret f;
  if (f cast S) {
    ifndef callF_legacy
      fail("callF_legacy");
    endifndef
    ifdef callF_legacy
      ret mainFunctionToF0((S) f);
    endifdef
  }
  if (f cast IF0) ret if0ToF0(f);
  ret new F0 {
    O get() { ret callF(f); }
  };
}

Author comment

Began life as a copy of #1011035

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1013594
Snippet name: f0
Eternal ID of this version: #1013594/4
Text MD5: 5cce401efc8228a74dfbdf2eef992207
Transpilation MD5: 93f1c14f378bd2e3388e4cae1f05c918
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-03-13 05:20:54
Source code size: 303 bytes / 15 lines
Pitched / IR pitched: No / No
Views / Downloads: 339 / 424
Version history: 3 change(s)
Referenced in: [show references]