Package org.ethelred.util.function
Interface CheckedConsumer<T,E extends Throwable>
- Type Parameters:
T- The consumed typeE- A checked exception type that is thrown by the operation
public interface CheckedConsumer<T,E extends Throwable>
Checked wrapper for a Consumer.
-
Method Summary