1 | static <A> A nullFalseTrue(Bool b, A onNull, A onFalse, A onTrue) { |
2 | ret b == null ? onNull : b.booleanValue() ? onTrue : onFalse; |
3 | } |
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: | 348 / 394 |
Version history: | 2 change(s) |
Referenced in: | [show references] |