Package com.landawn.abacus.util
Interface Throwables.IntConsumer<E extends Throwable>
- Type Parameters:
E
-
- All Known Subinterfaces:
IntConsumer
- Enclosing class:
Throwables
public static interface Throwables.IntConsumer<E extends Throwable>
The Interface IntConsumer.
-
Method Summary
-
Method Details
-
accept
void accept(int t) throws E - Parameters:
t
-- Throws:
E
- the e
-