Interface CheckedConsumer<T,E extends Throwable>

Type Parameters:
T - The consumed type
E - A checked exception type that is thrown by the operation

public interface CheckedConsumer<T,E extends Throwable>
Checked wrapper for a Consumer.