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

6
LINES

< > BotCompany Repo | #1017249 // _wrapIOCloseable

JavaX fragment (include)

static AutoCloseable _wrapIOCloseable(final AutoCloseable c) {
  ret c == null ? null : autoCloseable {
    c.close();
    _registerIO(c, null, false);
  };
}

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: #1017249
Snippet name: _wrapIOCloseable
Eternal ID of this version: #1017249/1
Text MD5: b0e1ffee36b5ef62d02d1cfa2d3aed07
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-07-15 15:55:32
Source code size: 165 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 303 / 354
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)