1 | static boolean isTrue_able(O o) { |
2 | if (o instanceof Boolean) true; |
3 | if (o == null) true; |
4 | if (o instanceof ThreadLocal) |
5 | ret isTrue_able(((ThreadLocal) o).get()); |
6 | false; |
7 | } |
Began life as a copy of #1002662
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: | #1012937 |
Snippet name: | isTrue_able |
Eternal ID of this version: | #1012937/1 |
Text MD5: | c7a000b95607a0cf7718ab823e9c428c |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-12-18 01:26:51 |
Source code size: | 185 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 370 / 413 |
Referenced in: | [show references] |