T - Type of first argumentU - Type of second argumentpublic interface BiConsumer<T,U>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(T t,
U u)
Perform the operation on the given arguments
|
Copyright © 2019. All rights reserved.