@Deprecated
public abstract class FunctionWithTimeout<T>
extends java.lang.Object
Constructor and Description |
---|
FunctionWithTimeout()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
T |
calculate(long timeout,
T initialValue)
Deprecated.
|
protected abstract void |
updateValue(T initialValue)
Deprecated.
|