CompositeAutoCloseable
Constructors
Functions
Link copied to clipboard
Adds a AutoCloseable that will be called when the CompositeAutoCloseable's close is called.
Adds lambda type AutoCloseable that will be called when the CompositeAutoCloseable's close is called.
Link copied to clipboard
Invokes AutoCloseable.close on all AutoCloseables in reverse order and removes them from this container.