Interface CloseableThrowingConsumer<ExceptionT extends java.lang.Exception,​T>

  • All Superinterfaces:
    java.lang.AutoCloseable, ThrowingConsumer<ExceptionT,​T>

    public interface CloseableThrowingConsumer<ExceptionT extends java.lang.Exception,​T>
    extends java.lang.AutoCloseable, ThrowingConsumer<ExceptionT,​T>
    A ThrowingConsumer that can be closed.
    • Method Summary

      • Methods inherited from interface java.lang.AutoCloseable

        close