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

3
LINES

< > BotCompany Repo | #1015874 // callF_returnTrueIfNoException

JavaX fragment (include)

static bool callF_returnTrueIfNoException(O f, O... args) {
  try { callF(f, args); true; } catch print e { false; }
}

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: #1015874
Snippet name: callF_returnTrueIfNoException
Eternal ID of this version: #1015874/2
Text MD5: 2090b353edf3a4b1e89b0000ce3dc6cb
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-05-29 14:04:06
Source code size: 120 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 280 / 312
Version history: 1 change(s)
Referenced in: [show references]