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)

1  
static AutoCloseable tempAfterwards(fO r) {
2  
  ret new AutoCloseable {
3  
    public void close() {
4  
      callF(r);
5  
    }
6  
  };
7  
}

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