Functional interface similar to Consumer but is usable in an I/O error-prone context.
The method of this interface may throw an IOException.
TThe type of the first argument.
public void | accept( Performs the operation for the given argument. |
The method of this interface may throw an IOException.
public void | accept( Performs the operation for the given argument. |