Class Closeables
java.lang.Object
com.strobel.core.Closeables
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidclose(AutoCloseable closeable) static voidclose(AutoCloseable... closeables) static SafeCloseablestatic SafeCloseableempty()static voidtryClose(AutoCloseable closeable) static voidtryClose(AutoCloseable... closeables)
-
Field Details
-
EMPTY
-
-
Constructor Details
-
Closeables
public Closeables()
-
-
Method Details
-
empty
-
create
-
close
-
close
-
tryClose
-
tryClose
-