T
- the type of the first argument@FunctionalInterface public interface ObjIntConsumer<T>
BiConsumer
Modifier and Type | Method and Description |
---|---|
void |
accept(T t,
int value)
Performs operation on two arguments.
|
void accept(T t, int value)
t
- the first argumentvalue
- the second argument