|
|||||||||
| Home >> All >> org >> ematgine >> utils >> [ concurrent overview ] | PREV NEXT | ||||||||
Uses of Interface
org.ematgine.utils.concurrent.Callable
| Uses of Callable in org.ematgine.utils.concurrent |
| Classes in org.ematgine.utils.concurrent that implement Callable | |
class |
TimedCallable
TimedCallable runs a Callable function for a given length of time. |
| Fields in org.ematgine.utils.concurrent declared as Callable | |
private Callable |
TimedCallable.function
|
| Methods in org.ematgine.utils.concurrent with parameters of type Callable | |
java.lang.Runnable |
FutureResult.setter(Callable function)
Return a Runnable object that, when run, will set the result value. |
| Constructors in org.ematgine.utils.concurrent with parameters of type Callable | |
TimedCallable(Callable function,
long millis)
|
|
|
|||||||||
| Home >> All >> org >> ematgine >> utils >> [ concurrent overview ] | PREV NEXT | ||||||||