Package org.javacord.api.util
Interface NonThrowingAutoCloseable
-
- All Superinterfaces:
AutoCloseable
public interface NonThrowingAutoCloseable extends AutoCloseable
An auto-closeable that does not throw any checked exceptions from itsclosemethod.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()
-
-
-
Method Detail
-
close
void close()
- Specified by:
closein interfaceAutoCloseable
-
-