Class SafeCloseableList

java.lang.Object
io.deephaven.util.SafeCloseableList
All Implemented Interfaces:
SafeCloseable, AutoCloseable

public class SafeCloseableList extends Object implements SafeCloseable
SafeCloseable that will close an internal list of AutoCloseables.