T
- public interface Executor<T>
Executor
or ExecutorService
but simpler (only one method to implement).Implementations
Modifier and Type | Method and Description |
---|---|
T |
execute(Callable<T> callable)
Main method of the executor.
|
Copyright © 2019. All rights reserved.