public abstract static class AbstractStep.StepResult<P extends AbstractStep.StepResult<?>>
extends java.lang.Object
| Constructor and Description |
|---|
StepResult() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
isExpired()
Checks if this or any previous result is expired.
|
boolean |
isExpiredOrOutdated()
Checks if this or any previous result is expired or potentially outdated.
|
protected abstract P |
prevResult() |
protected abstract P prevResult()
public abstract boolean isExpired()
AbstractStep.refresh(net.lenni0451.commons.httpclient.HttpClient, O) if this method returns true.isExpiredOrOutdated().public boolean isExpiredOrOutdated()
AbstractStep.refresh(net.lenni0451.commons.httpclient.HttpClient, O) if this method returns true.