static <A> A trueFalseNull(Bool b, A onTrue, A onFalse, A onNull) { ret b == null ? onNull : b.booleanValue() ? onTrue : onFalse; }
Began life as a copy of #1016086
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1017106 |
Snippet name: | trueFalseNull |
Eternal ID of this version: | #1017106/3 |
Text MD5: | b4f6158daa3f68786fbcf3566d9c8987 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-07-12 14:03:49 |
Source code size: | 135 bytes / 3 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 411 / 439 |
Version history: | 2 change(s) |
Referenced in: | [show references] |