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

7
LINES

< > BotCompany Repo | #1014811 // tempAfterwards - do something after current block ends (even if there is an exception) - i.e., add action to (imaginary) finally clause of current block

JavaX fragment (include)

static AutoCloseable tempAfterwards(fO r) {
  ret new AutoCloseable {
    public void close() {
      callF(r);
    }
  };
}

Author comment

Began life as a copy of #1014431

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: #1014811
Snippet name: tempAfterwards - do something after current block ends (even if there is an exception) - i.e., add action to (imaginary) finally clause of current block
Eternal ID of this version: #1014811/1
Text MD5: 486881fba61ab1eff0ee4f296b4ea479
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-05-03 14:21:45
Source code size: 130 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 321 / 373
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)