Package de.xima.fc.common.auto_closeable
Interface QuietAutoCloseable
- 
- All Superinterfaces:
 AutoCloseable
public interface QuietAutoCloseable extends AutoCloseable
AAutoCloseablethat does not throw any checked exceptions.- Since:
 - 8.3.0
 - Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static QuietAutoCloseableNO_OPA no-operationQuietAutoCloseablethat does nothing when closed. 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose() 
 - 
 
- 
- 
Field Detail
- 
NO_OP
static final QuietAutoCloseable NO_OP
A no-operationQuietAutoCloseablethat does nothing when closed. 
 - 
 
- 
Method Detail
- 
close
void close()
- Specified by:
 closein interfaceAutoCloseable
 
 - 
 
 -