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

5
LINES

< > BotCompany Repo | #1004508 // runnable

JavaX fragment (include)

static Runnable runnable(final O o) {
  if (o == null) null;
  if (o instanceof Runnable) ret (Runnable) o;
  ret r { callF(o) };
}

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1004508
Snippet name: runnable
Eternal ID of this version: #1004508/1
Text MD5: 99db1844553a545836f9f0f6627aed6f
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-08-18 23:14:14
Source code size: 135 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 525 / 518
Referenced in: [show references]