@FunctionalInterface public interface ThrowingIntConsumer extends IntConsumer
IntConsumer| Modifier and Type | Method and Description |
|---|---|
default void |
accept(int value) |
void |
doAccept(int value) |
andThendefault void accept(int value)
accept in interface IntConsumer