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

3
LINES

< > BotCompany Repo | #1033404 // withAutoCloseable

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (4524L/25K).

static <A> WithAutoCloseable<A> withAutoCloseable(AutoCloseable closer, A a) {
  ret new WithAutoCloseable(closer, a);
}

Author comment

Began life as a copy of #1019169

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, ekrmjmnbrukm, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1033404
Snippet name: withAutoCloseable
Eternal ID of this version: #1033404/1
Text MD5: cf17abb6fc967310b7582caad3f67436
Transpilation MD5: 21bf003aa58ca030778c98f049e20275
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-10-27 04:38:44
Source code size: 122 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 66 / 98
Referenced in: [show references]