1 | ifclass F1 |
2 | static <A, B> B callF_1(F1<A, B> f, A a) { |
3 | ret f == null ? null : f.get(a); |
4 | } |
5 | endif |
6 | |
7 | static O callF_1(O f, O a) { |
8 | ret callF(f, a); |
9 | } |
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: | 392 / 798 |
Referenced in: | [show references] |