T
- the type of the first argumentU
- the type of the second argument@FunctionalInterface public interface BiConsumer<T,U>
Consumer
Modifier and Type | Interface and Description |
---|---|
static class |
BiConsumer.Util |
Modifier and Type | Method and Description |
---|---|
void |
accept(T value1,
U value2)
Performs operation on two arguments.
|