T - The type of the return value of the called method.E - The type of the exception the called method may throw.public interface ProducingRunnable<T,E extends java.lang.Exception>
extends java.util.concurrent.Callable<T>
T and throwing an
exception of type E. This allows for combining runnables.| Modifier and Type | Method and Description |
|---|---|
T |
call() |