Interface for any object that has a close() method. Used by withCloseable.
close()
Releases any resources held by the object when it will no longer be used.
Generated using TypeDoc
Interface for any object that has a
close()
method. Used by withCloseable.