eu.lucaventuri.common.ExtendedClosable Maven / Gradle / Ivy
package eu.lucaventuri.common;
import java.io.Closeable;
/** Closable that can close other objects */
public interface ExtendedClosable extends AutoCloseable {
AutoCloseable closeOnExit(AutoCloseable... closeables);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy