T - the type of the first argumentpublic 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 argumentCopyright © 2018. All rights reserved.