E - the type of the exceptionpublic interface ThrowableIntConsumer<E extends java.lang.Throwable>
int-valued input argument.IntConsumer| Modifier and Type | Method and Description |
|---|---|
void |
accept(int value)
Performs operation on the given argument.
|