Interface | Description |
---|---|
Invoker<ARG,RET> |
The complement to the
Callable interface - accepts one argument and possibly throws something |
IOFunction<T,R> |
Invokes some I/O function on the input returning some output and potentially throwing an
IOException in the
process |
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.