@FunctionalInterface public interface SafeCloseable extends AutoCloseable
AutoCloseable whose close() method does not throw an exception.| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void close()
close in interface AutoCloseableCopyright © 2020 LeanCloud. All rights reserved.