@FunctionalInterface public interface IOCallable<T> extends Callable<T>
| Modifier and Type | Method and Description |
|---|---|
T |
call() |
T call() throws IOException
call in interface Callable<T>IOExceptionCopyright © 2016–2017 Zalando SE. All rights reserved.