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

9
LINES

< > BotCompany Repo | #1014336 // callF_1

JavaX fragment (include)

ifclass F1
  static <A, B> B callF_1(F1<A, B> f, A a) {
    ret f == null ? null : f.get(a);
  }
endif

static O callF_1(O f, O a) {
  ret callF(f, a);
}

Author comment

Began life as a copy of #1003483

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1014336
Snippet name: callF_1
Eternal ID of this version: #1014336/1
Text MD5: 2f9404ee365d67cbf60e55746dedcc07
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-04-20 04:32:52
Source code size: 161 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 296 / 700
Referenced in: [show references]