package saker.util.io.function
Functional interface similar to Runnable but is usable in an I/O error-prone context.
The method of this interface may throw an IOException.
public void | run() Runs the operations that the subclass defines. |
Runs the operations that the subclass defines.
IOExceptionIn case of I/O error.