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

7
LINES

< > BotCompany Repo | #1012937 // isTrue_able

JavaX fragment (include)

static boolean isTrue_able(O o) {
  if (o instanceof Boolean) true;
  if (o == null) true;
  if (o instanceof ThreadLocal)
    ret isTrue_able(((ThreadLocal) o).get());
  false;
}

Author comment

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: 295 / 344
Referenced in: [show references]