@FunctionalInterface public interface CheckedObjIntConsumer<T>
ObjIntConsumer
void
accept(T t, int value)
void accept(T t, int value) throws Throwable
t
value
Throwable