Interface CloseableThrowingConsumer<ExceptionT extends Exception,T>

All Superinterfaces:
AutoCloseable, ThrowingConsumer<ExceptionT,T>

public interface CloseableThrowingConsumer<ExceptionT extends Exception,T> extends AutoCloseable, ThrowingConsumer<ExceptionT,T>
A ThrowingConsumer that can be closed.