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

7
LINES

< > BotCompany Repo | #1007077 // postProcess - synonym of callPostProcessor

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

Libraryless. Click here for Pure Java version (2719L/16K).

1  
static <A> A postProcess(O f, A a) {
2  
  ret callPostProcessor(f, a);
3  
}
4  
5  
static <A> A postProcess(IF1<A> f, A a) {
6  
  ret callPostProcessor(f, a);
7  
}

Author comment

Began life as a copy of #1006549

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: #1007077
Snippet name: postProcess - synonym of callPostProcessor
Eternal ID of this version: #1007077/2
Text MD5: 223bf43c77b4eaa8e3b38d3db5a3f608
Transpilation MD5: 31deff9191169df0ed66e552f46f2a99
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-03-18 14:44:47
Source code size: 151 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 601 / 664
Version history: 1 change(s)
Referenced in: [show references]