Interface Callable<T>

Type Parameters:
T - the result type
All Superinterfaces:
Callable<T>

public interface Callable<T> extends Callable<T>
An enhanced callable.
Author:
Paul Ferraro