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