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

3
LINES

< > BotCompany Repo | #1016086 // nullFalseTrue

JavaX fragment (include)

static <A> A nullFalseTrue(Bool b, A onNull, A onFalse, A onTrue) {
  ret b == null ? onNull : b.booleanValue() ? onTrue : onFalse;
}

Author comment

Began life as a copy of #1014625

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: #1016086
Snippet name: nullFalseTrue
Eternal ID of this version: #1016086/3
Text MD5: 0041581201c0e7abc371dda1da4e071f
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-06-05 19:14:56
Source code size: 135 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 280 / 325
Version history: 2 change(s)
Referenced in: [show references]