Package org.apache.beam.sdk.function
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.-
Method Summary
Methods inherited from interface java.lang.AutoCloseable
closeMethods inherited from interface org.apache.beam.sdk.function.ThrowingConsumer
accept