public interface Processor
Modifier and Type | Method and Description |
---|---|
<A,V> V |
compute(ComputableTask<A,V> task,
A taskArg)
Waits if necessary for the computation to complete, and then
retrieves its result.
|
<A,V> V compute(ComputableTask<A,V> task, A taskArg)
taskArg
- argument for computationEclipseLink 2.6.3, "build v20160428-59c81c5" API Reference