public interface Callable<R> extends Callable<R>, Throwables.Callable<R,RuntimeException>
| Modifier and Type | Method and Description |
|---|---|
R |
call() |
default Runnable |
toRunnable() |
default <E extends Throwable> |
toThrowable() |
R call()
call in interface Callable<R>call in interface Throwables.Callable<R,RuntimeException>default Runnable toRunnable()
default <E extends Throwable> Throwables.Callable<R,E> toThrowable()
Copyright © 2021. All rights reserved.