T - the first input argumentU - the second input argument@FunctionalInterface
public interface CheckedBiConsumer<T,U>
BiConsumer| Modifier and Type | Method and Description |
|---|---|
void |
accept(T t,
U u)
Performs the operation on the given arguments.
|