T - type parameter of the argument@FunctionalInterface public interface ThrowingObjIntConsumer<T> extends ObjIntConsumer<T>
ObjDoubleConsumer| Modifier and Type | Method and Description |
|---|---|
default void |
accept(T t,
int value) |
void |
doAccept(T t,
int value) |