T
- the return value typepublic interface Invokable<T>
Runnable
execept that it returns a value. Used to represent any operation which can return a
value. This is often used in situations where the code is to be executed in another threads.Copyright © 2003-2012 The Apache Software Foundation.