@FunctionalInterface public interface IoBiConsumer<T,U>
Modifier and Type | Method and Description |
---|---|
void |
accept(T t,
U u)
Performs this operation on the given arguments.
|
void accept(T t, U u) throws IOException
t
- the first input argumentu
- the second input argumentIOException
- if the operation failsCopyright © 2024 Atlassian. All rights reserved.