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

3
LINES

< > BotCompany Repo | #1007719 // callPostProcessor2 (a function A -> A that may be null and return null)

JavaX fragment (include)

static <A> A callPostProcessor2(O f, A a) {
  ret f == null ? a : or((A) callF(f, a), a);
}

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: #1007719
Snippet name: callPostProcessor2 (a function A -> A that may be null and return null)
Eternal ID of this version: #1007719/2
Text MD5: 44afa5deceea0ac7e33eb859fc980dd4
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-04-05 11:19:06
Source code size: 93 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 481 / 477
Version history: 1 change(s)
Referenced in: [show references]