T
public abstract class OneOffCallable<T> extends Object implements Callable<T>
OneOffCallable()
call()
protected abstract T
callInternal()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public OneOffCallable()
public T call() throws Exception
call
Callable<T>
Exception
protected abstract T callInternal() throws Exception